summaryrefslogtreecommitdiff
path: root/docs/topics/http
AgeCommit message (Expand)Author
2012-10-17Fixed an error in the set cookie documentationPreston Holmes
2012-10-16[1.4.x] Fixed a couple links that didn't backport cleanlyTim Graham
2012-09-19[1.4.X] Fixed #14829 - Added references to CBVs in the URLConf docs; thanks A...Tim Graham
2012-09-01[1.4.X] Fixed #18840 - Added a mentioned of the upload_to parameter to the Mo...Tim Graham
2012-08-30[1.4.x] Updated obsolete links in the documentationClaude Paroz
2012-08-10[1.4.X] Fixed #17016 - Added examples for file uploads in views.Tim Graham
2012-07-08[1.4.X] Fixed #18577 - Clarified middleware initialization.Tim Graham
2012-06-27[1.4.X] Fixed #18369 - Fixed argument name in render() function; thanks qsolo...Tim Graham
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-03-02Fixed #17568 -- Mentioned ``reverse_lazy`` in the ``LOGIN_REDIRECT_URL`` sett...Jannis Leidel
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
2012-02-16Fixed a few typos and updated an example in the URLs docs.Aymeric Augustin
2012-02-12Fixed #16653 - Added example of kwargs support for resolve(); thanks krzysium...Timo Graham
2011-11-21Fixed #16847. Session Cookies now default to httponly = True.Paul McMillan
2011-11-19Fixed #17028 - Changed diveintopython.org -> diveintopython.netTimo Graham
2011-11-17Fixed #17223 -- Correctly reference the signed cookies session backend. Thank...Jannis Leidel
2011-11-12Fixed #17205 -- Fixed a small typo in the urls doc. Thanks, rabio.Julien Phalip
2011-10-30Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...Ramiro Morales
2011-10-17Fixed typo in my last commit.Luke Plant
2011-10-17Added warning about replay attacks when using the cookies backend for sessions.Luke Plant
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-11Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse an...Carl Meyer
2011-09-22Fixed #16910 -- Misleading regex in urlpatterns inclusion docs.Paul McMillan
2011-09-16Fixed #16863 -- Corrected ReST markup to avoid errors building docs.Carl Meyer
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-11Fixed #16109: Corrected an inconsistency in URLconf examples for matching a n...James Bennett
2011-09-11Fixed #16079: Clarified (for real this time) how handler404 and handler500 wo...James Bennett
2011-09-10Fixed #16280. Document that both args and kwargs cannot be passed to reverse ...Alex Gaynor
2011-09-09Fixed #16384: warn against accessing request.POST/REQUEST in middleware.Jacob Kaplan-Moss
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-08-20Fixed #16654 - Syntax error in reverse() example; thanks jedie.Timo Graham
2011-08-20Fixed #16595 - Add pop() to session docs; thanks wilfred.Timo Graham
2011-08-13Fixed #16627 -- Fixed docs build warning.Jannis Leidel
2011-08-12Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...Jannis Leidel
2011-08-06Fixed #16430 - Stronger wording for CSRF protection in `modifying upload hand...Timo Graham
2011-07-04Fixed #16332 -- Added language template tag that switches the activate langua...Jannis Leidel
2011-06-26Fixed #16199 -- Added a Cookie based session backend. Many thanks to Eric Flo...Jannis Leidel
2011-06-26Fixed #16344 -- Fixed typo in render() docs. Thanks, Jure Cuhalev.Jannis Leidel
2011-06-25Fixed #16214 -- Enhanced documentation about HTTP 404 and 500 status views an...Ramiro Morales
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-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-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-05-10Fixed small typo from [16054] in docs/topics/http/urls.txtAdrian Holovaty
2011-05-01Fixed #15887 - Added clarification for required_*() decorators; thanks RoySmi...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