index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
files
Age
Commit message (
Expand
)
Author
2016-05-07
[1.9.x] Fixed #26508 -- Clarified docs for various FieldFile methods.
Tobias McNulty
2016-02-01
[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.
Tim Graham
2016-01-22
[1.9.x] Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-12-01
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-06-12
Fixed #24963 -- Added File.seekable() on Python 3.
Carson Gee
2015-03-07
Fixed typos and updated spelling wordlist.
Floris den Hengst
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-12
Fixed #9893 -- Allowed using a field's max_length in the Storage.
Pavel Shpilev
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-11-15
Fixed #23827 -- TZ behavior in Storage API ref doc
James Aylett
2014-11-03
Fixed versionchanged indentation in docs/.
Berker Peksag
2014-10-30
Fixed #8149 -- Made File.__iter__() support universal newlines.
Jon Dufresne
2014-08-26
Fixed spelling mistake in file docs.
Tim Graham
2014-08-20
Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.
Tim Graham
2014-08-08
Removed some tabs in the docs.
Tim Graham
2014-04-26
Updated doc links to point to Python 3 documentation
Claude Paroz
2014-04-08
Fixed #9535 -- Added a reference guide for file upload classes.
Anubhav Joshi
2014-04-02
Fixed #22347 -- Unified FileSystemStorage documentation.
Vishal Lal
2014-01-15
Fix typo in storage docs
Kevin Wood
2013-11-29
Fixed #21380 -- Added a way to set different permission for static directories.
Vajrasky Kok
2013-10-24
Fixed #21219 -- Added a way to set different permission for static files.
Vajrasky Kok
2013-08-29
Added links to file docs.
Jorge C. Leitão
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-01-13
Fixed typo in file storage docs.
Aymeric Augustin
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-08-29
Fixed #11739 -- Made ContentFile support Unicode input
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2011-09-28
Fixed incorrect pluralized argument in Files docs
Paul McMillan
2011-08-06
Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks thejaswi_puthraya.
Timo Graham
2010-12-06
Fixed #14846 -- Corrected a tiny typo in from [14832]. Thanks to elbarto for ...
Gabriel Hurley
2010-12-05
Fixed #13162 and #11597 -- Improved the file handling documentation: Removed ...
Gabriel Hurley
2010-12-05
Fixed #13605 -- Improved documentation of the django.core.files.storage modul...
Gabriel Hurley
2010-11-28
Fixed #14762 - Add documention for ContentFile. Thanks jesh for the suggestio...
Timo Graham
2010-10-24
Fixed #13040 -- Added info on where to import File class from to File referen...
Gabriel Hurley
2010-10-08
Fixed #10497 -- Added a few time-related methods to the storage API. Thanks f...
Jannis Leidel
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2009-12-26
Fixed #9465 -- Simplified API Reference documentation titles for easier looku...
Gary Wilson Jr
2009-06-10
Fixed #11056 -- Corrected reference to File class in storage docs. Thanks to ...
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
A bunch of cleanups to file documentation. Along the way some references to t...
Jacob Kaplan-Moss
2008-08-31
Fixed #8641: Documented the fact that file-saving methods must receive a File...
James Bennett
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss