summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-13[1.7.x] Fixed #23478 -- Complemented sqlmigrate command helpClaude Paroz
2014-09-12[1.7.x] Fixed #23483 -- Prevented ImproperlyConfigured with dotted app namesCarl Meyer
2014-09-11[1.7.x] Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a...Tim Graham
2014-09-11[1.7.x] Added link to LogRecord attributes in logging.txtGabe Jackson
2014-09-10[1.7.x] Added some items to the 1.7.1 release notes.Tim Graham
2014-09-10[1.7.x] Avoided using deprecated version of importlib; refs #23418.Tim Graham
2014-09-10[1.7.x] Corrected indentation in a contrib.humanize test; refs #23340.Tim Graham
2014-09-10[1.7.x] Fixed typo in topics/forms/formsets.txtTim Graham
2014-09-10[1.7.x] Corrected grammar in migrations error message.Markus Bertheau
2014-09-10[1.7.x] Fixed #23452 -- Prevented infinite migrations for empty unique/index_...Markus Holtermann
2014-09-10[1.7.x] Fixed an instance of 'an' before a word beginning with a consonant.Iain Dawson
2014-09-09[1.7.x] Note re migrations importing custom fieldsGreg Brown
2014-09-09[1.7.x] Fixed #22920 -- Avoid masking some exceptions.Aymeric Augustin
2014-09-09[1.7.x] Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don...Tim Graham
2014-09-09[1.7.x] Fixed missing trailing parenthesis in docs/releases/1.7.txtSébastien Fievet
2014-09-09[1.7.x] Fixed #23350 -- Updated mod_wsgi auth example to use less memory.Tim Graham
2014-09-08[1.7.x] Fixed flake8 warning.Tim Graham
2014-09-08[1.7.x] Fixed #23451 -- Fixed typo in inlineformset_factory() error message.Petras Zdanavičius
2014-09-08[1.7.x] Fixed broken test from da160d440f; refs #23418.Markus Holtermann
2014-09-08[1.7.x] Fixed #23418 -- Fail when migration deconstruct produces invalid importMarkus Holtermann
2014-09-08[1.7.x] Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
2014-09-08[1.7.x] Fixed #23307 -- Clarified the way max_num limits the output of formsets.Octowl
2014-09-08[1.7.x] Fixed #22951 -- Checked for types during deep_deconstruct migration s...Andrew Pinkham
2014-09-07[1.7.x] Fixed typo in docs/howto/custom-lookups.txt.Sébastien Fievet
2014-09-06[1.7.x] Fixed #23416 -- Make sure DatabaseCreation respects checks.Marc Tamlyn
2014-09-06[1.7.x] Fixed #23437 -- Documented required update of WSGI scripts for 1.7.Aymeric Augustin
2014-09-06[1.7.x] Refs #23430 -- gunicorn wants a module, not fileCollin Anderson
2014-09-06[1.7.x] Fixed #22882 -- Fixed a UnicodeDecodeError in flush.Tim Graham
2014-09-06[1.7.x] Fixed #23340 -- Corrected naturaltime docs to match behavior.Collin Anderson
2014-09-06[1.7.x] Fixed #23438 -- Added snippet & imports to docs/intro/overview.txt.Tim Graham
2014-09-05[1.7.x] Fixed #22161 -- Documented send() with no recipients won't raise an e...oromero
2014-09-05[1.7.x] Fixed #23430 -- simplified gunicorn deployment docs.Collin Anderson
2014-09-05[1.7.x] Fixed #23427 -- Documented migrate is required before runserver for d...Patrick Beeson
2014-09-05[1.7.x] Fix Python 3 incompatabilityAndrew Godwin
2014-09-05[1.7.x] switch out recursive dfs for stack based approach, to avoid possibly ...Ben Reilly
2014-09-05[1.7.x] Update docs to be more clear about nested classes (refs #23418)Andrew Godwin
2014-09-05[1.7.x] Fixed #23414 -- Updated version numbers in release process doc.Tim Graham
2014-09-05[1.7.x] Fixed #22411: Throw a more helpful error if contenttypes doesn't exist.Andrew Godwin
2014-09-05[1.7.x] Fixed #22534: Reinforce swappable documentationAndrew Godwin
2014-09-05[1.7.x] cater for running tests from another directory than tests - applying ...Nikolaus Schlemm
2014-09-05[1.7.x] Fixed typo in docs/topics/checks.txt.Sébastien Fievet
2014-09-05[1.7.x] Added missing periods in docs/ref/checks.txt.Sébastien Fievet
2014-09-05[1.7.x] Fixed imports in `Sitemap for static views` exampleJohn-Scott Atlakson
2014-09-04[1.7.x] Fixed typo in docs/ref/checks.txt.Tim Graham
2014-09-04[1.7.x] Fixed documentation links to Query Expression API.Thomas Chaumeny
2014-09-03[1.7.x] Fixed typo in docs/topics/db/transactions.txt.Corey Farwell
2014-09-02[1.7.x] Added stub release notes for 1.7.1.Tim Graham
2014-09-02[1.7.x] Added dates to release notes.Tim Graham
2014-09-02[1.7.x] Post release version bump.Tim Graham
2014-09-02[1.7.x] Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS" to upgrade...Tim Graham