index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
http
Age
Commit message (
Expand
)
Author
2012-10-17
Fixed an error in the set cookie documentation
Preston Holmes
2012-10-16
[1.4.x] Fixed a couple links that didn't backport cleanly
Tim 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 documentation
Claude 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-13
Replaced http by https in djangoproject.com links
Claude Paroz
2012-03-02
Fixed #17568 -- Mentioned ``reverse_lazy`` in the ``LOGIN_REDIRECT_URL`` sett...
Jannis Leidel
2012-02-17
Documentation (and some small source code) edits from [17432] - [17537]
Adrian Holovaty
2012-02-16
Fixed a few typos and updated an example in the URLs docs.
Aymeric Augustin
2012-02-12
Fixed #16653 - Added example of kwargs support for resolve(); thanks krzysium...
Timo Graham
2011-11-21
Fixed #16847. Session Cookies now default to httponly = True.
Paul McMillan
2011-11-19
Fixed #17028 - Changed diveintopython.org -> diveintopython.net
Timo Graham
2011-11-17
Fixed #17223 -- Correctly reference the signed cookies session backend. Thank...
Jannis Leidel
2011-11-12
Fixed #17205 -- Fixed a small typo in the urls doc. Thanks, rabio.
Julien Phalip
2011-10-30
Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...
Ramiro Morales
2011-10-17
Fixed typo in my last commit.
Luke Plant
2011-10-17
Added warning about replay attacks when using the cookies backend for sessions.
Luke Plant
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-10-11
Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse an...
Carl Meyer
2011-09-22
Fixed #16910 -- Misleading regex in urlpatterns inclusion docs.
Paul McMillan
2011-09-16
Fixed #16863 -- Corrected ReST markup to avoid errors building docs.
Carl Meyer
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-09-11
Fixed #16109: Corrected an inconsistency in URLconf examples for matching a n...
James Bennett
2011-09-11
Fixed #16079: Clarified (for real this time) how handler404 and handler500 wo...
James Bennett
2011-09-10
Fixed #16280. Document that both args and kwargs cannot be passed to reverse ...
Alex Gaynor
2011-09-09
Fixed #16384: warn against accessing request.POST/REQUEST in middleware.
Jacob Kaplan-Moss
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-08-20
Fixed #16654 - Syntax error in reverse() example; thanks jedie.
Timo Graham
2011-08-20
Fixed #16595 - Add pop() to session docs; thanks wilfred.
Timo Graham
2011-08-13
Fixed #16627 -- Fixed docs build warning.
Jannis Leidel
2011-08-12
Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...
Jannis Leidel
2011-08-06
Fixed #16430 - Stronger wording for CSRF protection in `modifying upload hand...
Timo Graham
2011-07-04
Fixed #16332 -- Added language template tag that switches the activate langua...
Jannis Leidel
2011-06-26
Fixed #16199 -- Added a Cookie based session backend. Many thanks to Eric Flo...
Jannis Leidel
2011-06-26
Fixed #16344 -- Fixed typo in render() docs. Thanks, Jure Cuhalev.
Jannis Leidel
2011-06-25
Fixed #16214 -- Enhanced documentation about HTTP 404 and 500 status views an...
Ramiro Morales
2011-05-29
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
Jannis Leidel
2011-05-29
Fixed #16120 -- Updated a few reference links in the docs after the contribut...
Jannis Leidel
2011-05-20
Tidy up the sessions documentation creating links for session methods and cro...
Chris Beaven
2011-05-18
Fixed #16036 -- corrected the argument name for render_to_response in the ref...
Gabriel Hurley
2011-05-18
Fixed #16044 -- Corrected a copy-and-paste error in the opening paragraph of ...
Gabriel Hurley
2011-05-13
Fixed #16014 -- numerous documentation typos -- thanks psmith.
Simon Meers
2011-05-10
Fixed small typo from [16054] in docs/topics/http/urls.txt
Adrian Holovaty
2011-05-01
Fixed #15887 - Added clarification for required_*() decorators; thanks RoySmi...
Timo Graham
2011-04-29
Fixed minor doc typo.
Jannis Leidel
2011-04-29
Fixed #5925 -- Added new lazily evaluated version of django.core.urlresolvers...
Jannis Leidel
2011-04-28
Fixed #15637 -- Added a require_safe decorator for views to accept GET or HEA...
Jannis Leidel
[next]