summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2011-04-30[1.3.X] Fixed #15876 - Document that test.client.RequestFactory doesn't suppo...Timo Graham
2011-04-23[1.3.X] Fixed #15875 - typo in F() example; thanks jblaine.Timo Graham
2011-04-20[1.3.X] Fixed #15794 -- Corrected an error in the docs which indicated applyi...Gabriel Hurley
2011-04-20[1.3.X] Fixed #15593 -- Added a note that the output of `reverse` is urlquote...Gabriel Hurley
2011-03-29[1.2.X] Fixed #15710 - removed "that that" typos.Timo Graham
2011-03-27[1.3.X] Fixed #15664 - Removed extra parens in commit_on_success example.Timo Graham
2011-03-22Made the English in r15897 much betterer.Russell Keith-Magee
2011-03-22Fixed #15527 -- Added a explanatory note about the SQL debug log. Thanks to b...Russell Keith-Magee
2011-03-22Corrected a number of mislinked crossrefs and added a few new crossref target...Gabriel Hurley
2011-03-17Changed 'raise' statements to new style syntax in documentation. Thanks DaNma...Ramiro Morales
2011-03-16Fixed #15603 -- Changed the traceback error e-mails not to use HTML by defaul...Adrian Holovaty
2011-03-16Corrected email --> e-mail in topics/logging.txt. Refs #15603Adrian Holovaty
2011-03-14Fixed #14733: no longer "validate" .raw() queries.Jacob Kaplan-Moss
2011-03-08Fixed #15558 -- Improved QuerySet reference docs and cleaned up numerous reST...Gabriel Hurley
2011-03-04Fixed #11864 -- Improved the "see also" section of the many-to-one model topi...Gabriel Hurley
2011-03-04Fixed #15557 -- removed an extra backtick from the `topics/http/shortcuts`. T...Gabriel Hurley
2011-03-03Made small improvement to docs/topics/db/queries.txt -- added import statemen...Adrian Holovaty
2011-03-03Added crossref targets for a couple of Django exceptions and cleaned up relat...Gabriel Hurley
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-03Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...Russell Keith-Magee
2011-03-03Corrected some typos from r14673.Russell Keith-Magee