Claude Paroz
|
4a103086d5
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
12 years ago |
Claude Paroz
|
38408f8007
Marked bytestrings with b prefix. Refs #18269
|
12 years ago |
Paul McMillan
|
c340f6aa4d
Fixed incorrect pluralized argument in Files docs
|
13 years ago |
Gabriel Hurley
|
2dd594dff4
Fixed #13162 and #11597 -- Improved the file handling documentation: Removed documentation of methods on django.core.files.File that did not exist, added documentation for undocumented methods and attributes that did exist, did a general cleanup of the text and organization, and added more metadata targets. Thanks to amenasse and tyrion.mx for the reports.
|
14 years ago |
Timo Graham
|
2fa0fd2d0c
Fixed #14762 - Add documention for ContentFile. Thanks jesh for the suggestion and adamv for the patch.
|
14 years ago |
Gabriel Hurley
|
5d02b86afb
Fixed #13040 -- Added info on where to import File class from to File reference docs, and improved Sphinx formatting. Thanks to stherrien for the report.
|
14 years ago |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 years ago |
Adrian Holovaty
|
74f386dba2
Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiro
|
16 years ago |
Jacob Kaplan-Moss
|
bc768e2b47
A bunch of cleanups to file documentation. Along the way some references to the old file methods were removed - thanks, varikin.
|
16 years ago |
James Bennett
|
84ef4a9b1d
Fixed #8641: Documented the fact that file-saving methods must receive a File instance
|
16 years ago |
Jacob Kaplan-Moss
|
97cb07c3a1
Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.
|
16 years ago |