summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2014-05-14Added release notes for 1.4.13, 1.5.8, 1.6.5.Jacob Kaplan-Moss
2014-05-13[1.7.x] Removed an unnecessary anchor in the docs.Tim Graham
2014-05-13[1.7.x] Fixed spelling mistake and added a word to the word list.Tim Graham
2014-05-12[1.7.x] Added 1.6.5 release note for refs #22508.Tim Graham
2014-05-10[1.7.x] Fixed a few release notes typos.Ramiro Morales
2014-05-07[1.7.x] Updated some docs for the delayed deprecation of legacy table creatio...Tim Graham
2014-05-07[1.7.x] Fixed some markup problems in docs/releases/security.txt.Tim Graham
2014-05-06[1.7.x] Improve docs around deconstruction/serialisation (refs #22337)Andrew Godwin
2014-05-05[1.7.x] Fixed #22429 -- Incorrect SQL when using ~Q and FAnssi Kääriäinen
2014-05-02[1.7.x] Fixed #22565 -- Prevented pgettext_lazy crash with bytestring inputClaude Paroz
2014-05-01[1.7.x] Fixed #22551 -- Made oracle backend method Python 3 compatibleClaude Paroz
2014-04-30[1.7.x] Fixed #19195 -- Allow explicit ordering by a relation `_id` field.Simon Charette
2014-04-30[1.7.x] Fixed #22442 -- Provided additional documentation regarding id fields...Tim Graham
2014-04-28[1.7.x] Added stub release notes for 1.6.5.Tim Graham
2014-04-28[1.7.x] Added dates to release notes of today's release.Tim Graham
2014-04-28[1.7.x] Revert "Fixed #15179 -- middlewares not applied for test client login()"Tim Graham
2014-04-27[1.7.x] Improved formatting and links of migration docs.Tim Graham
2014-04-27[1.7.x] Fixed #22526 -- Added note about check() method to 1.7 release notes.Tim Graham
2014-04-26[1.7.x] Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin
2014-04-26[1.7.x] Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-25[1.7.x] Fixed a confusing heading in applications docs.Aymeric Augustin
2014-04-25[1.7.x] Fixed #22422 -- Moved information about the application loading proce...Víðir Valberg Guðmundsson
2014-04-25[1.7.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created af...Tim Graham
2014-04-23[1.7.x] Fixed #22486 -- Restored the ability to reverse views created using f...Tim Graham
2014-04-22[1.7.x] Various documentation typo/spelling fixesMarti Raudsepp
2014-04-22[1.7.x] Added 1.6.4 release note stub.Tim Graham
2014-04-21[1.7.x] Update for 1.7b2 security release.1.7b2James Bennett
2014-04-21[1.7.x] Added information on resolved security issues to release notes.Erik Romijn
2014-04-19[1.7.x] Fixed #22417 -- Added additional documentation for refs #16969.Tim Graham
2014-04-18[1.7.x] Added some missing items to the 1.6.3 release notes.Tim Graham
2014-04-17[1.7.x] Fixed #22444 -- Marked initial SQL/fixture loading as deprecated.Tim Graham
2014-04-13[1.7.x] Fixed #21760 -- prefetch_related used an inefficient query for revers...valtron
2014-04-10[1.7.x] Fixed #22364 -- Sanitized getpass input in changepassword.John Paulett
2014-04-10[1.7.x] Documentation fixes for the select_for_update change.Shai Berger
2014-04-10[1.7.x] Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-04-08[1.7.x] Fixed casing of "GeoDjango".Tim Graham
2014-04-05[1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user pas...Tim Graham
2014-04-02[1.7.x] Document removal of GeoDjangoTestSuiteRunner in 1.6 release notes.Ramiro Morales
2014-04-01[1.7.x] Added 1.6.3 release note for refs #22256.Claude Paroz
2014-03-31[1.7.x] Fixed #21795 -- Made add_preserved_filters account for url prefixes.Loic Bistuer
2014-03-31[1.7.x] Added 1.6.3 release note for refs #22250.Tim Graham
2014-03-29[1.7.x] Fixed #21858 -- Clarified 1.6 release note regarding M2M help text ch...Tim Graham
2014-03-27[1.7.x] Added Python 3.4 support notes.Tim Graham
2014-03-25[1.7.x] Fixed #12030 -- Validate integer field range at the model level.Simon Charette
2014-03-24[1.7.x] Fixed #21665 -- Documented that changes in assertRedirects may be req...Tim Graham
2014-03-24[1.7.x] Updated six to 1.6.1.Tim Graham
2014-03-22[1.7.x] Added release note about strip_tags improvementClaude Paroz
2014-03-21[1.7.x] Fixed typos in docs (django.contrib.site)Thomas Schreiber
2014-03-21[1.7.x] Fixed #22255 -- Added support for specifying re flags in RegexValidatorDejan Noveski
2014-03-13Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclassesClaude Paroz