summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2012-05-12Fixed #4102 -- Allow update of specific fields in model.save()Andrei Antoukh
2012-05-10Fixed #17798 -- Tweaked the CA localflavor.Aymeric Augustin
2012-04-29Edited docs/releases/1.5.txtAdrian Holovaty
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
2012-04-29Fixed #17992 -- Added a public API for localtime.Aymeric Augustin
2012-04-25Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz
2012-04-14Fixed #18078 -- Linked more prominently to the removed features in the releas...Aymeric Augustin
2012-04-10Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the correspond...Aymeric Augustin
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-30Added stub release notes for 1.5Claude Paroz
2012-03-23Fixed #17963 -- Fixed internal links in the 1.4 release notes.Claude Paroz
2012-03-23Edited Django 1.4 release notes:Jacob Kaplan-Moss
2012-03-17Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla...Claude Paroz
2012-03-14Fixed #17837. Improved markdown safety.Paul McMillan
2012-03-13Fixed #17891 -- Documented a small backwards incompatibility in the `password...Julien Phalip
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-03-13Add a note to the backwards-incompatible changes section of 1.4 release notes...Karen Tracey
2012-03-12Added note to releases/1.4.txt about contrib.auth user password hash-upgrade ...Adrian Holovaty
2012-03-12Edited some docs and docstrings until [17685]Adrian Holovaty
2012-03-03Linked to the FAQ from the release notes.Aymeric Augustin
2012-03-03Added a blurb about new SimpleTestCase class to release notes.Ramiro Morales
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-03-02Fixed 17764. Improved auth docs.Paul McMillan
2012-03-02Fixed #17766. Clarified HttpOnly flag on session cookie.Paul McMillan
2012-03-02Refs #17800 - Added release notes and deprecation note about SECRET_KEY requi...Carl Meyer
2012-02-26Fixed #17772 -- typo in the release notes.Aymeric Augustin
2012-02-21Fixed #17660 -- Standardize extends tag token parsingChris Beaven
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
2012-02-16Used Sphinx markup for PEPs and fixed a typo in the 1.4-beta-1 release notes.Aymeric Augustin
2012-02-16Fix a reST foul up.Alex Gaynor
2012-02-16Accommodate new version numbering scheme.James Bennett
2012-02-16Update beta release notes.James Bennett
2012-02-16Added an explicit warning about cookie session store to release notes.Paul McMillan
2012-02-16Corrected a sentence fragment in the release notes.Gabriel Hurley
2012-02-15Fixed #17652 -- Removed all mentions to Windmill from the docs as that projec...Julien Phalip
2012-02-13Added a note to the release notes about the new format strings added in r17473.Jannis Leidel
2012-02-12Fixed #17451 -- Mentioned the new JavaScript lexer in the release notes. Refs...Aymeric Augustin
2012-02-12Added documentation for r17418. Refs #17481.Aymeric Augustin
2012-02-09Fixed #17460 -- Extended the HIDDEN_SETTINGS constant in with a few more sen...Jannis Leidel
2012-02-09Fixed #10793 -- Stopped caching paginator instances in sitemap classes to pre...Jannis Leidel
2012-02-07Fixed #11745 -- Grouped commands by application in the output of `manage.py h...Aymeric Augustin
2012-02-03Made a bunch more edits up until [17418]Adrian Holovaty
2012-02-03Edited releases/1.4.txt changes from [17354]Adrian Holovaty
2012-02-03Edited releases/1.4.txt changes from [17353]Adrian Holovaty
2012-01-31Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...Carl Meyer
2012-01-31Fixed #17604 - Added context-manager capability to assertTemplateUsed and ass...Carl Meyer
2012-01-30Fixed #10868 -- Stopped restoring database connections after the tests' execu...Julien Phalip
2012-01-29Fixed #8995 -- Added support for HTTPS in sitemaps.Aymeric Augustin
2012-01-15Added support for specifying initial values to model formsets and inline form...Ramiro Morales
2012-01-07Moved two paragraphs from "deprecated features" to "backwards-incompatible ch...Aymeric Augustin