summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2014-04-30Fixed #19195 -- Allow explicit ordering by a relation `_id` field.Simon Charette
2014-04-30Fixed #22442 -- Provided additional documentation regarding id fields clashing.Tim Graham
2014-04-28Added stub release notes for 1.6.5.Tim Graham
2014-04-28Added dates to release notes of today's release.Tim Graham
2014-04-28Revert "Fixed #15179 -- middlewares not applied for test client login()"Tim Graham
2014-04-27Improved formatting and links of migration docs.Tim Graham
2014-04-27Fixed #22526 -- Added note about check() method to 1.7 release notes.Tim Graham
2014-04-26Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-26Fixed #22328 -- Added --exclude option to compilemessages and makemessages.Ana Krivokapic
2014-04-25Fixed a confusing heading in applications docs.Aymeric Augustin
2014-04-25Fixed #22422 -- Moved information about the application loading process to re...Víðir Valberg Guðmundsson
2014-04-25Fixed #22515 -- Fixed the object_id of the LogEntry that's created after a us...Tim Graham
2014-04-23Fixed #22486 -- Restored the ability to reverse views created using functools...Preston Timmons
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
2014-04-22Added 1.6.4 release note stub.Tim Graham
2014-04-21Added information on resolved security issues to release notes.Erik Romijn
2014-04-19Fixed #22417 -- Added additional documentation for refs #16969.Tim Graham
2014-04-18Added some missing items to the 1.6.3 release notes.Tim Graham
2014-04-18Added missing versionadded annotation and tweaked release note; refs #22465.Tim Graham
2014-04-18Fixed #22465 -- New assertion assertJSONNotEqualamatellanes
2014-04-17Fixed #22444 -- Marked initial SQL/fixture loading as deprecated.Tim Graham
2014-04-16Revert "Fixed #22401 -- Deprecated regular expression parsing of initial SQL ...Tim Graham
2014-04-14Fixed #22369 -- Added count parameter to assertTemplateUsedJacob R. Rothenbuhler
2014-04-13Fixed #21760 -- prefetch_related used an inefficient query for reverse FK.valtron
2014-04-10Fixed #22364 -- Sanitized getpass input in changepassword.John Paulett
2014-04-10Documentation fixes for the select_for_update change.Shai Berger
2014-04-10Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-04-09Fixed #22401 -- Deprecated regular expression parsing of initial SQL in favor...julien 'pouete' Godin
2014-04-08Fixed #13408 -- Deprecated silent unpacking exception passing in for template...e0ne
2014-04-08Fixed some spelling issues in docs.Tim Graham
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-05Fixed #21649 -- Added optional invalidation of sessions when user password ch...Tim Graham
2014-04-03Fixed typo in 1.8 release notes.Tim Graham
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-04-02Document removal of GeoDjangoTestSuiteRunner in 1.6 release notes.Ramiro Morales
2014-04-01Added 1.6.3 release note for refs #22256.Claude Paroz
2014-03-31Fixed #22327 -- Turned BaseEmailBackend into a context managerDaniel Neuhäuser
2014-03-31Fixed #21795 -- Made add_preserved_filters account for url prefixes.Loic Bistuer
2014-03-31Added 1.6.3 release note for refs #22250.Tim Graham
2014-03-30Fixed transaction handling for a number of operations on related objects.Loic Bistuer
2014-03-29Fixed #21858 -- Clarified 1.6 release note regarding M2M help text changes.Tim Graham
2014-03-29Dropped support for GDAL 1.6Claude Paroz
2014-03-29Dropped support for GEOS 3.1Claude Paroz
2014-03-28Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.Maxime Turcotte
2014-03-27Added Python 3.4 support notes.Tim Graham
2014-03-26Fixed #22114 -- Stopped adding trailing slashes in URLField.to_pythonClaude Paroz
2014-03-25Fixed #12030 -- Validate integer field range at the model level.Simon Charette
2014-03-25flake8 and doc fixes for refs #22257.Tim Graham
2014-03-25Merge pull request #2465 from coder9042/ticket_22258Marc Tamlyn