summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-05-24Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...Luke Plant
2011-05-24Made some small tweaks/fixes to documentation from IGNORABLE_404_URLS changes...Adrian Holovaty
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 #16067 - Couple reST fixes in ref/templates/builtins.txt; thanks julien.Timo Graham
2011-05-22Fixed #6580 -- Added `default` parameter to `MultiValueDict.getlist` method (...Jannis Leidel
2011-05-22Fixed #16051 - Changed a "file" reference in the tutorial to be an actual fil...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-20Fixes #15732 -- better introduction of template filter decorator concepts (fi...Chris Beaven
2011-05-20Remove a reference in 1.2 release docs which no longer exists (avoiding a sph...Chris Beaven
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-18Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Many thank...Jannis Leidel
2011-05-17Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince a...Jannis Leidel
2011-05-15Fixed djangodocs Sphinx extension to work with latest SphinxLuke Plant
2011-05-15Fixed #15769 - Documented FormWizard's initial argument; thanks aimaz for the...Timo Graham
2011-05-14Edited docs/releases/1.4.txt changes from [16124]Adrian Holovaty
2011-05-14Tweaked weird wording of docs/ref/contrib/humanize.txt 'naturaltime' section ...Adrian Holovaty
2011-05-14Added ability to describe grouping of form fields in the same row to the `fie...Ramiro Morales
2011-05-14Removed last vestiges of references to technical messages from documentation.Ramiro Morales
2011-05-14Fixed our Sphinx extension to work with latest SphinxLuke Plant
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-10Fixes #15963 -- Misleading FileField.save documentation. Thanks for the repor...Chris Beaven
2011-05-10Fixes #15588 -- 1.3 release documentation for FileField no longer deleting fi...Chris Beaven
2011-05-09Updated AJAX example code in CSRF docs to be consistent regarding what are sa...Luke Plant
2011-05-09Fixed #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requestsLuke Plant
2011-05-09Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF c...Luke Plant
2011-05-09Added 'settings' section to CSRF docs, eliminating the unneeded 'Subdomains' ...Luke Plant
2011-05-09Clarified wording about use of 2 decorators in CSRF docsLuke Plant
2011-05-09Added clarifying note to docs for CSRF_COOKIE_DOMAINLuke Plant
2011-05-09Fixed #15989 -- typo in static-files howto. Thanks luizvital.Simon Meers
2011-05-09Fixed #15354 - provide method to ensure CSRF token is always available for AJ...Luke Plant
2011-05-09Fixed #15469 - CSRF token is inserted on GET requestsLuke Plant
2011-05-09Mentioned simplification of AJAX example code in CSRF docs.Luke Plant
2011-05-09Documented the edge case of needing a view that is partly CSRF protectedLuke Plant
2011-05-09In CSRF docs, moved 'Exceptions' section to 'Edge cases', and cleaned up some...Luke Plant
2011-05-09Fixed #15518 - documented requires_csrf_tokenLuke Plant
2011-05-09Changed an example in CSRF docs to use new 'render' shortcutLuke Plant
2011-05-09Fixed #15869 - example AJAX code in CSRF docs fails sometimes for IE7 or abso...Luke Plant
2011-05-07Fixed #15941 -- Fixed DateField docs to no longer state that the admin calend...Jannis Leidel