summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2011-05-13Fixed #16005 -- Error in blocktrans docs -- thanks bezidejniSimon Meers
2011-05-11Fixes #15595 -- emphasize the benefits of django.test.TestCase. Thanks for th...Chris Beaven
2011-05-10Fixed small typo from [16054] in docs/topics/http/urls.txtAdrian Holovaty
2011-05-06Added TestCase.settings context manager to easily override settings in test m...Jannis Leidel
2011-05-04Fixed #15827 - Documented that OneToOneField in Profile should be named 'user...Timo Graham
2011-05-03Fixed #15942 - removed duplicate module id in docs; thanks magopian.Timo Graham
2011-05-01Fixed #15887 - Added clarification for required_*() decorators; thanks RoySmi...Timo Graham
2011-04-30Fixed #6581 -- Moved documentation of django.contrib.auth.views.redirect_to_l...Jannis Leidel
2011-04-30Fixed #15876 - Document that test.client.RequestFactory doesn't support sessi...Timo Graham
2011-04-29Fixed minor doc typo.Jannis Leidel
2011-04-29Fixed #5925 -- Added new lazily evaluated version of django.core.urlresolvers...Jannis Leidel
2011-04-28Fixed #15637 -- Added a require_safe decorator for views to accept GET or HEA...Jannis Leidel
2011-04-28Fixed #15885 -- Update auth view docs re: TemplateResponse. Thanks prestontim...Simon Meers
2011-04-26Fixed #15889 -- when trying to access to access a serializer that doesn't exi...Alex Gaynor
2011-04-24Fixed #15801 - Incorrect external link for dictConfig; thanks David Niergarth...Timo Graham
2011-04-23Fixed #15875 - typo in F() example; thanks jblaine.Timo Graham
2011-04-22Fixed a couple of small documentation typos.Ramiro Morales
2011-04-20Fixed #15794 -- Corrected an error in the docs which indicated applying decor...Gabriel Hurley
2011-04-20Fixed #15593 -- Added a note that the output of `reverse` is urlquoted. Thank...Gabriel Hurley
2011-04-20Switched to HTML5 doctype in all Django supplied templates.Luke Plant
2011-04-17Fixed #15822 -- Removed references to the v1 postgresql backend (which has be...Adrian Holovaty
2011-04-07Fixed #15757 - removed remaining instances of get_and_delete_messagesLuke Plant
2011-04-06Fixes #10754 - minor clarification to the post/pre_delete signal documentationChris Beaven
2011-04-06Fixes #11596 -- Make paginator.Page iterableChris Beaven
2011-04-01Fixed some ReST errors from e-mail -> email change in docs, and changed some ...Adrian Holovaty
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-29Fixed #15710 - removed "that that" typos.Timo Graham
2011-03-27Fixed #15664 - Removed extra parens in commit_on_success example.Timo Graham
2011-03-26Fixed #15687 -- Fixed small typo in multidb docs. Thanks, jonashAdrian Holovaty
2011-03-24Moved versionadded below heading for "Localized names of languages".Simon Meers
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
2011-03-02Fixed #4992 -- Respect the GET request query string when creating cache keys....Jannis Leidel
2011-02-28Fixed #15395 -- Documented the modules/import paths for the various decorator...Gabriel Hurley
2011-02-26Fixed #15509 -- corrected a typo in the cache docs. Thanks Paul.Alex Gaynor
2011-02-23Fixed #15299 -- Started the process of migrating the auth context processor s...Russell Keith-Magee
2011-02-18Fixed #15347 -- Corrected a typo in the l10n docs. Thanks to RaceCondition fo...Gabriel Hurley