Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/files/file.txt
Commit message (Collapse)AuthorAgeFilesLines
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-9/+0
|
* Fixed #25159 -- Removed brackets from ↵Tim Graham2015-07-271-7/+7
| | | | | | class/function/method signatures in docs. Thanks hellbeast for the initial patch.
* Fixed #24963 -- Added File.seekable() on Python 3.Carson Gee2015-06-121-1/+6
|
* Used https for most *.python.org linksClaude Paroz2014-12-191-1/+1
|
* Fixed #8149 -- Made File.__iter__() support universal ↵Jon Dufresne2014-10-301-0/+9
| | | | | | | | | | | | newlines. The following are recognized as ending a line: the Unix end-of-line convention '\n', the Windows convention '\r\n', and the old Macintosh convention '\r'. http://www.python.org/dev/peps/pep-0278 Thanks tchaumeny for review.
* Updated doc links to point to Python 3 documentationClaude Paroz2014-04-261-4/+3
|
* Added links to file docs.Jorge C. Leitão2013-08-291-13/+13
|
* Removed versionadded/changed annotations for 1.5Tim Graham2013-08-191-4/+0
|
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-2/+2
| | | | Added -n to sphinx builds to catch issues going forward.
* Fixed #11739 -- Made ContentFile support Unicode inputClaude Paroz2012-08-291-4/+8
|
* Fixed #18269 -- Applied unicode_literals for Python 3 ↵Claude Paroz2012-06-071-1/+2
| | | | | | | compatibility. Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review.
* Marked bytestrings with b prefix. Refs #18269Claude Paroz2012-05-191-1/+1
| | | | | This is a preparation for unicode literals general usage in Django (Python 3 compatibility).
* Fixed incorrect pluralized argument in Files docsPaul McMillan2011-09-281-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@16910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13162 and #11597 -- Improved the file handling ↵Gabriel Hurley2010-12-051-59/+73
| | | | | | 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. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14833 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14762 - Add documention for ContentFile. Thanks ↵Timo Graham2010-11-281-8/+21
| | | | | | jesh for the suggestion and adamv for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14742 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13040 -- Added info on where to import File class ↵Gabriel Hurley2010-10-241-53/+59
| | | | | | from to File reference docs, and improved Sphinx formatting. Thanks to stherrien for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14339 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14141: docs now use the :doc: construct for links ↵Jacob Kaplan-Moss2010-08-191-4/+2
| | | | | | | | between documents. Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #8979 -- Made a bunch of typo/formatting fixes to ↵Adrian Holovaty2008-09-091-1/+1
| | | | | | the docs. Thanks, ramiro git-svn-id: http://code.djangoproject.com/svn/django/trunk@8987 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* A bunch of cleanups to file documentation. Along the way ↵Jacob Kaplan-Moss2008-09-021-69/+70
| | | | | | | | some references to the old file methods were removed - thanks, varikin. Fixes #8642. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8862 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #8641: Documented the fact that file-saving ↵James Bennett2008-08-311-0/+3
| | | | | | methods must receive a File instance git-svn-id: http://code.djangoproject.com/svn/django/trunk@8759 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Massive reorganization of the docs. See the new docs ↵Jacob Kaplan-Moss2008-08-241-0/+117
online at http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37