summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-16[1.7.x] Fixed #24143 -- Encouraged use of Http404 messages for debugging.Keryn Knight
2015-01-15[1.7.x] Fixed #24135 -- Made RenameModel rename many-to-many tables.Tim Graham
2015-01-15[1.7.x] Refs #24075 -- Silenced needless call_command output while running testsMarkus Holtermann
2015-01-15[1.7.x] Direct readers to format_html() in mark_safe() docs.Luke Plant
2015-01-14[1.7.x] Fixed #24075 -- Prevented running post_migrate signals when unapplyin...Markus Holtermann
2015-01-14[1.7.x] Fixed a static view test on Windows.Tim Graham
2015-01-14[1.7.x] Added stub release notes for 1.7.4.Tim Graham
2015-01-13[1.7.x] Post-release version bump.Tim Graham
2015-01-13[1.7.x] Bumped version for 1.7.3 release.1.7.3Tim Graham
2015-01-13[1.7.x] Added dates to release notes.Tim Graham
2015-01-13[1.7.x] Fixed DoS possibility in ModelMultipleChoiceField.Tim Graham
2015-01-13[1.7.x] Prevented views.static.serve() from using large memory on large files.Tim Graham
2015-01-13[1.7.x] Fixed is_safe_url() to handle leading whitespace.Tim Graham
2015-01-13[1.7.x] Stripped headers containing underscores to prevent spoofing in WSGI e...Carl Meyer
2015-01-13[1.7.x] Added stub release notes for security releases.Tim Graham
2015-01-13[1.7.x] Fixed bad model example in admin docs.Collin Anderson
2015-01-11[1.7.x] Fixed #24110 -- Rewrote migration unapply to preserve intermediate st...Markus Holtermann
2015-01-10[1.7.x] Fixed #23967 -- Added formats for GreekSerafeim Papastefanos
2015-01-10[1.7.x] Fixed #24097 -- Prevented AttributeError in redirect_to_loginClaude Paroz
2015-01-08[1.7.x] Silenced deprecation warning in test_runner app.Tim Graham
2015-01-08[1.7.x] Silenced initial_data fixtures warning in test suite.Tim Graham
2015-01-08[1.7.x] Fixed #24095 -- Prevented WarningLoggerTests from leaking a warnings ...Tim Graham
2015-01-06[1.7.x] Fixed #24083 -- Corrected is_bound nature in forms topic docsClaude Paroz
2015-01-06[1.7.x] Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middlewareClaude Paroz
2015-01-05[1.7.x] Added 1.4.18 release notes.Tim Graham
2015-01-03[1.7.x] Increased the default PBKDF2 iterations.Tim Graham
2015-01-03[1.7.x] Added 1.7.3 release notes stub.Tim Graham
2015-01-03[1.7.x] Fixed #23749 -- Documented how to use the database alias in RunPython.Alfred Perlstein
2015-01-03[1.7.x] Fixed #24070 -- Added tutorial topics to doc index.Bibhas
2015-01-02[1.7.x] Post-release version bump.Tim Graham
2015-01-02[1.7.x] Bumped version for 1.7.2 release.1.7.2Tim Graham
2015-01-02[1.7.x] Added dates to release notes.Tim Graham
2015-01-02[1.7.x] Updated six to 1.9.0.Tim Graham
2015-01-01[1.7.x] Removed obsolete item from deprecation timeline.Tim Graham
2015-01-01[1.7.x] Removed doc note about PasswordResetForm requiring an integer PK.Tim Graham
2014-12-31[1.7.x] Fixed #23366 -- Fixed a crash with the migrate --list command.Tim Graham
2014-12-31[1.7.x] Fixed #24008 -- Fixed ValidationError crash with list of dicts.Andrey Maslov
2014-12-31[1.7.x] Renamed tests for util -> utils moves; refs #17627.Tim Graham
2014-12-31[1.7.x] Fixed a queries test on Python 2 broken after importing six.moves.ran...Tim Graham
2014-12-31[1.7.x] Fixed #23758 -- Allowed more than 5 levels of subqueriesPiotr Pawlaczek
2014-12-31[1.7.x] Renamed variables to avoid name collision with import of django.db.mo...Russell Keith-Magee
2014-12-30[1.7.x] Revert "Updated some docs for the delayed deprecation of legacy table...Tim Graham
2014-12-30[1.7.x] Added test for an intermediate swappable model change in migration st...Markus Holtermann
2014-12-30[1.7.x] Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.Tim Graham
2014-12-29Revert "[1.7.x] Fixed #23938 -- Added migration support for m2m to concrete f...Tim Graham
2014-12-29[1.7.x] Fixed #23938 -- Added migration support for m2m to concrete fields an...Markus Holtermann
2014-12-27[1.7.x] Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.Tim Graham
2014-12-27[1.7.x] Fixed #23831 -- Supported strings escaped by third-party libs in Django.Aymeric Augustin
2014-12-27[1.7.x] Fixed an inconsistency introduced in 547b1810.Aymeric Augustin
2014-12-27[1.7.x] Fixed #24000 -- Corrected contrib.sites default site creation in a mu...Tim Graham