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-11-22
[1.5.X] Fixed #18974 - Warned against using models.permalink
Tim Graham
2012-11-03
[1.5.X] Fixed #19230 -- Extended the handler403 documentation.
Markus Zapke-Gründemann
2012-11-02
Fixed #19225 -- Typo in shortcuts docs.
Aymeric Augustin
2012-10-31
Fixed #17083 -- Allowed sessions to use non-default cache.
Aymeric Augustin
2012-10-28
[1.5.x] Fixed #18194 -- Expiration of file-based sessions
Aymeric Augustin
2012-10-28
[1.5.x] Added optional kwargs to get_expiry_age/date.
Aymeric Augustin
2012-10-27
[1.5.x] Fixed #18978 -- Moved cleanup command to sessions.
Aymeric Augustin
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-10-17
Fixed an error in cookie documentation
Preston Holmes
2012-10-11
More URL reversion docs typo fixes.
Ramiro Morales
2012-10-11
Fix typo in URLs reversing docs
Dmitry Medvinsky
2012-10-07
Added section about URL reversion to URL mapper document.
Ramiro Morales
2012-10-06
More URL mapping documentation fixes.
Ramiro Morales
2012-10-06
Refactored URL mapping documentation.
Ramiro Morales
2012-09-30
Fixed #18807 -- Made 404.html and 500.html optional
Claude Paroz
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-19
Fixed #14829 - Added references to CBVs in the URLConf docs; thanks Andrew Wi...
Tim Graham
2012-09-07
Small reorganisation of initial parts of URL documentation.
Malcolm Tredinnick
2012-09-01
Fixed #18840 - Added a mentioned of the upload_to parameter to the ModelForm ...
Tim Graham
2012-08-20
Made an example more readable in the URLs docs.
Aymeric Augustin
2012-08-20
Added links in URLs doc for consistency.
Aymeric Augustin
2012-08-10
Fixed #17016 - Added examples for file uploads in views.
Tim Graham
2012-07-16
Fixed #3881 -- skip saving session when response status is 500
Anssi Kääriäinen
2012-07-15
Fixed #18625 -- Removed old-style use of url tag
Aymeric Augustin
2012-07-08
Fixed #18577 - Clarified middleware initialization.
Tim Graham
2012-06-28
Updated obsolete links in the documentation
Claude Paroz
2012-06-27
Fixed #18369 - Fixed argument name in render() function; thanks qsolo825@ for...
Tim Graham
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-06-07
Fixed #18397 -- Avoided referencing lawrence.com.
Aymeric Augustin
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-25
Fixed #18033 -- Removed function-based generic views, as per official depreca...
Claude Paroz
2012-04-22
Fixed #18159 -- added an import statement to the docs. Thanks to Jeff Hui fo...
Alex Gaynor
2012-04-15
Clarified that Django randomizes session keys. Refs #11555, #13478, #18128.
Aymeric Augustin
2012-03-31
Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...
Claude Paroz
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
[next]