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
Age
Commit message (
Expand
)
Author
2011-09-10
[1.3.X] Altered the behavior of URLField to avoid a potential DOS vector, and...
Russell Keith-Magee
2011-09-10
[1.3.X] Added protection against spoofing of X_FORWARDED_HOST headers. A secu...
Russell Keith-Magee
2011-09-09
[1.3.X] Fixed #16782 -- Corrected a broken cross-reference to the database en...
Gabriel Hurley
2011-08-23
[1.3.X] Fixed #15499 -- Ensure that cache control headers don't try to set pu...
Russell Keith-Magee
2011-08-23
[1.3.X] Fixed #16680 -- Used single quotes for the TEMPLATE_DIRS examples in ...
Julien Phalip
2011-08-23
[1.3.X] Fixed #16669 -- Made the startproject instruction formatting easier t...
Julien Phalip
2011-08-20
[1.3.X] Fixed #16654 - Syntax error in reverse() example; thanks jedie.
Timo Graham
2011-08-20
[1.3.X] Fixed #16595 - Add pop() to session docs; thanks wilfred.
Timo Graham
2011-08-06
[1.3.X] Fixed #16430 - Stronger wording for CSRF protection in `modifying upl...
Timo Graham
2011-08-06
[1.3.X] Fixed #16513 - Add forms import to example; thanks teraom.
Timo Graham
2011-08-06
[1.3.X] Fixed #16528 - Documented test runner returns 1, regardless of the nu...
Timo Graham
2011-08-06
[1.3.X] Fixed #16580 - Typo in docs/ref/models/querysets.txt
Timo Graham
2011-08-06
[1.3.X] Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks thejaswi_pu...
Timo Graham
2011-07-28
[1.3.X] Fixes #16532 -- Clearer explanation of how the test client expects HT...
Chris Beaven
2011-07-14
[1.3.X] Added a note about the AJAX CSRF example not working on jQuery 1.5
Brian Rosner
2011-07-10
[1.3.X] Fixed #16000 -- reference natural keys in contenttypes documentation....
Simon Meers
2011-07-10
[1.3.X] Fixed #15715 -- added non-trivial decorator example to CBV docs. Than...
Simon Meers
2011-07-10
[1.3.X] Fixed #16440 -- minor ungettext documentation issue, thanks Bradley A...
Simon Meers
2011-07-01
[1.3.X] Fixed #15974 -- Correctly link to static files handling in deployment...
Jannis Leidel
2011-06-29
[1.3.X] Fixed #16232 -- Corrected typo in geographic admin reference. Thanks...
Justin Bronn
2011-06-26
[1.3.X] Fixed #16297 -- make_list documentation error regarding integers. Tha...
Simon Meers
2011-06-19
[1.3.X] Fixed #16258 - typo in middleware docs.
Timo Graham
2011-06-18
[1.3.X] Fixed #16292 -- Removed broken link for Swiss localflavor documentati...
Jannis Leidel
2011-06-16
[1.3.X] Fixed #16031 -- Corrected comments template examples. Thanks, teraom.
Jannis Leidel
2011-06-16
[1.3.X] Fixed #16273 -- Fixed typo in staticfiles docs. Thanks, BernhardEssl.
Jannis Leidel
2011-06-15
[1.3.X] Added a few cross references to the i18n docs and documented pgettext...
Jannis Leidel
2011-06-12
Fixed #15764 - Corrected mixin docs for DeleteView; thanks linovia for the re...
Timo Graham
2011-06-11
[1.3.X] Fixed #15949 - Clarified the docs for password_reset_done view; thank...
Timo Graham
2011-06-11
[1.3.X] Fixed #16158 - Changed FALLBACK_DYLD_LIBRARY_PATH to DYLD_FALLBACK_LI...
Timo Graham
2011-06-10
[1.3.X] Refs #15855 -- Recommended the csrf_protect decorator rather than var...
Carl Meyer
2011-06-04
[1.3.X] Fixed #16145 - typo in manager docs; thanks leereilly.
Timo Graham
2011-05-31
[1.3.X] Fixed #16090, #16091 - Typos in docs; thanks teraom.
Timo Graham
2011-05-31
[1.3.X] Fixed #15801 - Incorrect external link for dictConfig; thanks David N...
Timo Graham
2011-05-30
[1.3.X] Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.
Timo Graham
2011-05-29
[1.3.X] Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
Jannis Leidel
2011-05-25
[1.3.X] Fixed #16004 - csrf_protect does not send cookie if view returns Temp...
Luke Plant
2011-05-23
[1.3.X] Fixes #16072 -- incorrect documentation for multiple expressions insi...
Chris Beaven
2011-05-22
[1.3.X] Fixed #16056 - Memcached configuration mistake in docs; thanks antoni...
Timo Graham
2011-05-22
[1.3.X] Fixed #16067 - Couple reST fixes in ref/templates/builtins.txt; thank...
Timo Graham
2011-05-22
[1.3.X] Fixed #16051 - Changed a "file" reference in the tutorial to be an ac...
Timo Graham
2011-05-22
[1.3.X] Fixed #16021 - Minor documentation fixes for Generic Class Views; tha...
Timo Graham
2011-05-20
[1.3.X] Tweaks to paginator documentation.
Chris Beaven
2011-05-20
[1.3.X] Tidy up the sessions documentation creating links for session methods...
Chris Beaven
2011-05-19
[1.3.X] Fixed small typos in staticfiles howto document.
Ramiro Morales
2011-05-18
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@...
Gabriel Hurley
2011-05-18
[1.3.X] Fixed #16044 -- Corrected a copy-and-paste error in the opening parag...
Gabriel Hurley
2011-05-18
[1.3.X] Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Ma...
Jannis Leidel
2011-05-15
[1.3.X] Fixed #15769 - Documented FormWizard's initial argument; thanks aimaz...
Timo Graham
2011-05-13
[1.3.X] Fixed #16014 -- numerous documentation typos -- thanks psmith.
Simon Meers
2011-05-13
[1.3.X] Fixed #16005 -- Error in blocktrans docs -- thanks bezidejni
Simon Meers
[next]