summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2011-06-04Fixed #15990 - Simplified a sentence regarding form validation for ModelForms...Timo Graham
2011-06-04Fixed #16145 - typo in manager docs; thanks leereilly.Timo Graham
2011-05-30Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.Timo Graham
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-29Fixed #16120 -- Updated a few reference links in the docs after the contribut...Jannis Leidel
2011-05-23Fixed #16078 -- Fixed a few typos in the signing documentation. Thanks, bruta...Jannis Leidel
2011-05-23Fixes #16072 -- incorrect documentation for multiple expressions inside a blo...Chris Beaven
2011-05-22Fixed #16056 - Memcached configuration mistake in docs; thanks antonio/d0ugal.Timo Graham
2011-05-22Fixed #16021 - Minor documentation fixes for Generic Class Views; thanks Brad...Timo Graham
2011-05-21Tweaked some `render_to_response` links in the documentation.Ramiro Morales
2011-05-21Fixed #12417 -- Added signing functionality, including signing cookies. Many ...Jannis Leidel
2011-05-20Tweaks to paginator documentation.Chris Beaven
2011-05-20Tidy up the sessions documentation creating links for session methods and cro...Chris Beaven
2011-05-18Fixed #16036 -- corrected the argument name for render_to_response in the ref...Gabriel Hurley
2011-05-18Fixed #16044 -- Corrected a copy-and-paste error in the opening paragraph of ...Gabriel Hurley
2011-05-18Correcting a typo and minor grammatical issues from [16237].Gabriel Hurley
2011-05-18Fixed #15561 -- Extended test setting override code added in r16165 with a de...Jannis Leidel
2011-05-14Removed last vestiges of references to technical messages from documentation.Ramiro Morales
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
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