summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2012-03-16[1.3.X] Fixed #17841 -- Clarified caching note about authentication backends....Claude Paroz
2012-03-15[1.3.X] Fixed #17900 -- StreamHandler output defaults to stderr. Thanks c4m3l...Claude Paroz
2012-02-25[1.3.X] Fixed #17743 - Typo in topics/i18n/index.txtTimo Graham
2012-02-20[1.3.X] Fixed #17390 - Added a note to topics/auth.txt regarding how to decor...Timo Graham
2012-02-19[1.3.X] Fixed #17319 -- Made the example for set_language less error-prone. B...Aymeric Augustin
2012-02-14[1.3.X] Updated link to Django Debug Toolbar homepage.Timo Graham
2012-02-12Fixed #16653 - Added example of kwargs support for resolve(); thanks krzysium...Timo Graham
2012-02-05[1.3.X] Fixed #17571 - Fixed documentation of skipUnlessDBFeature; thanks EnT...Timo Graham
2012-02-05[1.3.X] Fixed #17510 - Typo in docs/topics/class-based-views.txt; thanks andr...Timo Graham
2012-01-26[1.3.X] Fixed #17240 -- Replaced links to the online version of the docs by i...Ramiro Morales
2011-11-19[1.3.X] Fixed #17028 - Changed diveintopython.org -> diveintopython.netTimo Graham
2011-10-18[1.3.X] Refs #16072 -- Corrected blocktrans multiple-argument syntax example ...Carl Meyer
2011-09-22[1.3.X] Fixed #16910 -- Misleading urlpatterns docs regex example.Paul McMillan
2011-09-22[1.3.X] Fixed #11674 -- Clarified docs on excluded fields of ModelForms. Than...Paul McMillan
2011-09-21[1.3.X] Fixed #16886 -- Memcached socket file documentation. Thanks ddbeck fo...Simon Meers
2011-09-16[1.3.X] Fixed #16094 -- Added missing colon in custom permissions docs.Carl Meyer
2011-09-11[1.3.X] Fixed #16334: Make it quite clear that cache_page's 'cache' argument ...James Bennett
2011-09-11[1.3.X] Fixed #16094: Added clear example of how to refer to custom permissio...James Bennett
2011-09-11[1.3.X] Fixed #16109: Corrected an inconsistency in URLconf examples for matc...James Bennett
2011-09-11[1.3.X] Fixed #16293: Document a way to return dicts with column names from a...James Bennett
2011-09-11[1.3.X] Fixed #16079: Clarified (for real this time) how handler404 and handl...James Bennett
2011-08-23[1.3.X] Fixed #15499 -- Ensure that cache control headers don't try to set pu...Russell Keith-Magee
2011-08-20[1.3.X] Fixed #16654 - Syntax error in reverse() example; thanks jedie.Timo Graham
2011-08-20[1.3.X] Fixed #16595 - Add pop() to session docs; thanks wilfred.Timo Graham
2011-08-06[1.3.X] Fixed #16430 - Stronger wording for CSRF protection in `modifying upl...Timo Graham
2011-08-06[1.3.X] Fixed #16513 - Add forms import to example; thanks teraom.Timo Graham
2011-08-06[1.3.X] Fixed #16528 - Documented test runner returns 1, regardless of the nu...Timo Graham
2011-07-28[1.3.X] Fixes #16532 -- Clearer explanation of how the test client expects HT...Chris Beaven
2011-07-10[1.3.X] Fixed #15715 -- added non-trivial decorator example to CBV docs. Than...Simon Meers
2011-07-10[1.3.X] Fixed #16440 -- minor ungettext documentation issue, thanks Bradley A...Simon Meers
2011-06-15[1.3.X] Added a few cross references to the i18n docs and documented pgettext...Jannis Leidel
2011-06-11[1.3.X] Fixed #15949 - Clarified the docs for password_reset_done view; thank...Timo Graham
2011-06-04[1.3.X] Fixed #16145 - typo in manager docs; thanks leereilly.Timo Graham
2011-05-31[1.3.X] Fixed #15801 - Incorrect external link for dictConfig; thanks David N...Timo Graham
2011-05-30[1.3.X] Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.Timo Graham
2011-05-29[1.3.X] Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-23[1.3.X] Fixes #16072 -- incorrect documentation for multiple expressions insi...Chris Beaven
2011-05-22[1.3.X] Fixed #16056 - Memcached configuration mistake in docs; thanks antoni...Timo Graham
2011-05-22[1.3.X] Fixed #16021 - Minor documentation fixes for Generic Class Views; tha...Timo Graham
2011-05-20[1.3.X] Tweaks to paginator documentation.Chris Beaven
2011-05-20[1.3.X] Tidy up the sessions documentation creating links for session methods...Chris Beaven
2011-05-18git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@...Gabriel Hurley
2011-05-18[1.3.X] Fixed #16044 -- Corrected a copy-and-paste error in the opening parag...Gabriel Hurley
2011-05-13[1.3.X] Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-05-13[1.3.X] Fixed #16005 -- Error in blocktrans docs -- thanks bezidejniSimon Meers
2011-05-11[1.3.X] Fixes #15595 -- emphasize the benefits of django.test.TestCase. Thank...Chris Beaven
2011-05-04[1.3.X] Fixed #15827 - Documented that OneToOneField in Profile should be nam...Timo Graham
2011-05-03[1.3.X] Fixed #15942 - removed duplicate module id in docs; thanks magopian.Timo Graham
2011-05-01[1.3.X] Fixed #15887 - Added clarification for required_*() decorators; thank...Timo Graham
2011-04-30[1.3.X] Fixed #6581 -- Moved documentation of django.contrib.auth.views.redir...Jannis Leidel