Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticket #4102 - Allow UPDATE of only specific fields in model.save() #33

Closed
wants to merge 14 commits into from

Commits on May 1, 2012

  1. Ticket django#4102 - Allow UPDATE of only specific fields in model.sa…

    …ve()
    Andrei Antoukh committed May 1, 2012
    Copy the full SHA
    5671df4 View commit details
    Browse the repository at this point in the history
  2. Ticket django#4102 - Add tests for proxied models.

    Andrei Antoukh committed May 1, 2012
    Copy the full SHA
    b748b33 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2012

  1. Ticket django#4102 - Add test for m2n fields.

    Andrei Antoukh committed May 3, 2012
    Copy the full SHA
    d61609e View commit details
    Browse the repository at this point in the history
  2. Reset password hashers cache on settings_changed.

    akaariai authored and Andrei Antoukh committed May 3, 2012
    Copy the full SHA
    262e612 View commit details
    Browse the repository at this point in the history
  3. Ensured tests pass using custom PASSWORD_HASHERS.

    akaariai authored and Andrei Antoukh committed May 3, 2012
    Copy the full SHA
    e051653 View commit details
    Browse the repository at this point in the history
  4. Use faster password hasher in sqlite tests

    Fixed #18163
    akaariai authored and Andrei Antoukh committed May 3, 2012
    Copy the full SHA
    53c5bc2 View commit details
    Browse the repository at this point in the history
  5. Fixed #18246 -- Replaced bash-specific syntax in geodjango postgis he…

    …lper script.
    
    Thanks jose for the report.
    claudep authored and Andrei Antoukh committed May 3, 2012
    Copy the full SHA
    98bc535 View commit details
    Browse the repository at this point in the history
  6. Fixed tests for date-based generic views.

    aaugustin authored and Andrei Antoukh committed May 3, 2012
    Copy the full SHA
    aaf054a View commit details
    Browse the repository at this point in the history
  7. Fixed #18214 -- Clarified the docs about serializable objects.

    ogier authored and Andrei Antoukh committed May 3, 2012
    Copy the full SHA
    705eb74 View commit details
    Browse the repository at this point in the history
  8. Fixed django#18042 -- Advanced deprecation warnings.

    Thanks Ramiro for the patch.
    aaugustin authored and Andrei Antoukh committed May 3, 2012
    Copy the full SHA
    ff1a8c0 View commit details
    Browse the repository at this point in the history
  9. Replaced deprecated TestCase methods. Refs django#17049.

    claudep authored and Andrei Antoukh committed May 3, 2012
    Copy the full SHA
    2d8f704 View commit details
    Browse the repository at this point in the history
  10. Updated some URLs in the documentation to point to the new repository.

    ramiro authored and Andrei Antoukh committed May 3, 2012
    Copy the full SHA
    e0cc2c3 View commit details
    Browse the repository at this point in the history
  11. Removed unused file from i18n regression tests.

    ramiro authored and Andrei Antoukh committed May 3, 2012
    Copy the full SHA
    46b6f2f View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into issue_4102_1

    Andrei Antoukh committed May 3, 2012
    Copy the full SHA
    2d2a357 View commit details
    Browse the repository at this point in the history