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
2008-11-18
[1.0.X] Removed 'Most Web sites wouldn't be complete without a way to upload ...
Adrian Holovaty
2008-11-16
[1.0.X] Fixed #9472 -- Fixed a couple of URL patterns to be more consistent (...
Malcolm Tredinnick
2008-11-02
[1.0.X] Fixed #9497 - Doc typos. Many thanks ramiro.
Karen Tracey
2008-11-02
[1.0.X] Fixed #9495 -- Corrected typo in urls doc. Thanks seemant.
Karen Tracey
2008-11-01
[1.0.X] Fixed #9441 -- Corrected typo in file upload settings doc. Thanks gsf.
Karen Tracey
2008-11-01
[1.0.X] Fixed #9487 -- Corrected several links into the Python docs that were...
Karen Tracey
2008-10-24
[1.0.X] Fixed #9430 -- Fixed documentation references to the HttpResponse
Malcolm Tredinnick
2008-10-06
[1.0.X] Fixed #8184 -- Added a note to the documentation for reverse() that all
Malcolm Tredinnick
2008-10-06
[1.0.X] Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in
Malcolm Tredinnick
2008-09-14
Fixed #9075: Added a call to close() in the example file upload handler. Than...
Russell Keith-Magee
2008-09-09
Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiro
Adrian Holovaty
2008-09-02
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...
Jacob Kaplan-Moss
2008-08-31
A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...
Malcolm Tredinnick
2008-08-31
Fixed #7654: Documented the fact that file upload handlers must be modified b...
James Bennett
2008-08-28
Fixed #8656: added a note about iterating over `UploadedFile` only understand...
Jacob Kaplan-Moss
2008-08-28
Fixed #8600: Corrected example URLConf to match new comments framework. Thank...
Russell Keith-Magee
2008-08-27
Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi...
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss