summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-27[1.7.x] Bumped version for 1.7.4 release.1.7.4Tim Graham
2015-01-27[1.7.x] Added 1.4.19 release notes.Tim Graham
2015-01-27[1.7.x] Fixed #24104 -- Fixed check to look on field.get_internal_type() inst...Andriy Sokolovskiy
2015-01-24[1.7.x] Fixed #24190 -- Clarified len(queryset)Collin Anderson
2015-01-23[1.7.x] Fixed #24193 -- Prevented unclosed file warnings in static.serve()Claude Paroz
2015-01-20[1.7.x] Fixed #24186 -- Fixed a typo in the admin docs.Simon Charette
2015-01-20[1.7.x] Refs #24163 -- Fixed failing Oracle test when migrating from ForeignK...Markus Holtermann
2015-01-19[1.7.x] Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+Tim Graham
2015-01-19[1.7.x] Designated Django 1.8 as the next LTS.Tim Graham
2015-01-19[1.7.x] Fixed #24163 -- Removed unique constraint after index on MySQLMarkus Holtermann
2015-01-19[1.7.x] Added deprecation docs for legacy lookup support; refs #16187.Tim Graham
2015-01-18[1.7.x] Added missing items to deprecation timeline/1.7 release notes.Tim Graham
2015-01-18[1.7.x] Removed a flake8 exclude that caused code to be missed.Tim Graham
2015-01-18[1.7.x] Clarified deprecation of forms.forms.get_declared_fields(); refs #19617.Tim Graham
2015-01-18[1.7.x] Clarified a contrib.sites deprecation and added to 1.7 release notes.Tim Graham
2015-01-18[1.7.x] Clarified contrib.contenttypes.generic deprecation; refs #19774.Tim Graham
2015-01-17[1.7.x] Added removal of check management command to deprecation timeline.Tim Graham
2015-01-17[1.7.x] Added versionadded to ModelAdmin.get_formsets_with_inlines(); refs #2...Tim Graham
2015-01-17[1.7.x] Cleaned up migration writer testsMarkus Holtermann
2015-01-17[1.7.x] Replaced deprecated requires_model_validation in docs.Tim Graham
2015-01-17[1.7.x] Updated tutorial 1 with actual migrate output.Tim Graham
2015-01-17[1.7.x] Documented django.utils.timezone.FixedOffset; thanks Aymeric.Tim Graham
2015-01-16[1.7.x] Fixed a typo in the test responses docs.Rick Hutcheson
2015-01-16[1.7.x] Fixed #24160 -- Fixed model_regress test on Windows; refs #24007.Collin Anderson
2015-01-16[1.7.x] Fixed #23312 -- Marked an i18n test as expectedFailure on Windows/Pyt...Tim Graham
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