summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-06-14[1.5.x] Fixed an erroneous import in example code.Pablo Sanfilippo
2013-06-12[1.5.x] Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
2013-06-11[1.5.x] Fixed #20500 - Updated flatpages URLconf example to work with APPEND_...Tim Graham
2013-06-10[1.5.x] Fixed #20578 - Typo in BaseFormSet module nameTim Graham
2013-06-09[1.5.x] Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED...Tim Graham
2013-06-09[1.5.x] Fixed #20567 - Documented BoundField.id_for_label.Tim Graham
2013-06-08[1.5.x] Allow build of translated documentationClaude Paroz
2013-06-03[1.5.x] Fixed #20545 - Made class-based view MRO lists consistent.Tim Graham
2013-06-01[1.5.x] Fixed #20543 - Typo in db model fields docs.Tim Graham
2013-05-31[1.5.x] Fixed #20166 - Corrected TEST_DEPENDENCIES example in testing docs.Tim Graham
2013-05-31[1.5.x] Fixed #20326 - Corrected form wizard get_form() example.Tim Graham
2013-05-29[1.5.x] Fixed regroup example.Gavin Wahl
2013-05-28[1.5.x] Fixed #20525 -- Added versionadded for clearsessions.Tim Graham
2013-05-28[1.5.X] Fixed #20523 - Incorrect form field for FilePathField.Tim Graham
2013-05-28[1.5.X] Fixed #20513 - Expanded docs on QuerySet caching.Tim Graham
2013-05-27[1.5.x] Fixed URL for six inventory.Aymeric Augustin
2013-05-24[1.5.x] Fixed #20492 - Removed a broken link in GIS docs.Tim Graham
2013-05-24[1.5.x] Updated link to jQuery Cookie plugin siteAlasdair Nicol
2013-05-23[1.5.x] Fixed #20316 - Clarified transaction behavior of TestCase.Tim Graham
2013-05-23[1.5.x] Fixed #20417 - Noted that a server restart is required to load new te...Tim Graham
2013-05-23[1.5.x] Fixed #20482 - Added a file reference in tutorial 3.Tim Graham
2013-05-22[1.5.x] Tweaked a reST construct in template API docs. Refs #20104.Ramiro Morales
2013-05-22[1.5.x] Added some text I meant to add in the last commit.Tim Graham
2013-05-22[1.5.x] Added a note about pip upgrade flag.Tim Graham
2013-05-22[1.5.x] Fixed #17048 - Added docs for upgrading Django.Tim Graham
2013-05-21[1.5.x] Fixed #20476 -- Typo.Aymeric Augustin
2013-05-20[1.5.x] Tweaked unit test 'quick start' explanation.Tim Graham
2013-05-20[1.5.x] Fixed typo in redirect view docsAlasdair Nicol
2013-05-19[1.5.x] Added some links in /docs/intro/overview.txtTim Graham
2013-05-19[1.5.X] Fixed #20183 - Clarified docs assumption that certain objects exist i...Tim Graham
2013-05-18[1.5.x] Fixed #20284 - Added a note about DEBUG in static file docs.Tim Graham
2013-05-18[1.5.x] Fixed #20446 -- Documentation for SmallIntegerField does not clarify ...Erik Romijn
2013-05-18[1.5.x] Fixed #20335 - Documented the {% language %} template tag.Tim Graham
2013-05-16[1.5.x] Fixed #20421 - Typo in class-based view docs.Tim Graham
2013-05-16[1.5.x] Fixed #19712 - Clarified admindocs regarding which attributes appear.Tim Graham
2013-05-15[1.5.x] Fixed #20165 - Updated testing example to use django.test.TestCase.Tim Graham
2013-05-14[1.5.x] Fixed a minor spelling mistake in the queryset documentationWilfred Hughes
2013-05-13[1.5.x] Fixed #20394 - Clarified argument of get_user in docszhongqi
2013-05-13[1.5.x] Fixed #20398 - Added language selection code to example in documentationTim Graham
2013-05-12[1.5.X] Fixed #20397 - Cleaned up issue with quotation marks in documentationSimeon Visser
2013-05-11[1.5.X] Fixed #20136 - Fixed and expanded the docs for loaddata and model sig...Tim Graham
2013-05-11[1.5.X] Fixed #20249 - Removed a "feature" in the tutorial that doesn't actua...Tim Graham
2013-05-10[1.5.x] Fixed #20385 -- Typo in files docs.Aymeric Augustin
2013-05-10[1.5.x] Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.Aymeric Augustin
2013-05-06[1.5.x] Fixed #20177 - Corrected docs for django.test.utils.setup_test_enviro...Tim Graham
2013-05-06[1.5.x] Fixed #20274 - Added some clarifying section headings in the test docs.Tim Graham
2013-05-06[1.5.x] Fixed #20305 - Added include for polls/static to MANIFEST.in in tutor...Tim Graham
2013-05-04[1.5.x] Fixed #20309 -- admin.py is not automatically created in Django 1.5Claude Paroz
2013-04-25[1.5.x] Updated Transifex links to the Django projectClaude Paroz
2013-04-24[1.5.x] Fixed a rST bug in the README template in the reusable apps docs.Jannis Leidel