Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/files
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #18744 -- Updated docstring to highlight limitation...Kevin Christopher Henry2013-09-191-10/+21
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-102-10/+10
* Fixed #21057 -- Prevented FileSystemStorage from leaving ...John Hensley2013-09-101-0/+1
* Fixed #21033 -- Fixed uploaded filenames not always being...homm2013-09-101-0/+1
* Fixed #11857 -- Added missing 'closed' property on Tempor...Christopher Adams2013-09-061-0/+9
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-4/+1
* Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS s...Mel Collins2013-08-121-1/+10
* Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia2013-07-112-9/+13
* Do not allow FileSystemStorage.delete to receive an empty...Claude Paroz2013-06-291-0/+1
* Fixed #20486 -- Ensure that file_move_safe raises an erro...Russell Keith-Magee2013-06-201-0/+4
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-272-4/+4
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-2/+2
* Fixed #20427 -- Moved a variable initialization in storag...Claude Paroz2013-05-171-1/+1
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-151-6/+2
* #18899 FileSystemStorage.save should support any file-lik...Marcin Biernat2013-02-231-2/+6
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-042-33/+5
* Replaced six.reraise with a simple raise.Florian Apolloner2013-01-011-4/+3
* Replaced e.message with e.args[0] in 3aa4b8165da23a2f094d...Florian Apolloner2013-01-011-1/+1
* Fixed #19457 -- ImageField size detection failed for some...Anton Baklanov2013-01-011-1/+13
* Fixed #19367 -- Fixed saving ContentFile in filesystem st...Claude Paroz2012-12-061-3/+6
* Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin2012-11-031-2/+6
* Fixed #18947 -- Don't make uploaded files executeable by ...Florian Apolloner2012-09-171-1/+4
* Replaced some smart_xxx by force_xxx equivalentClaude Paroz2012-08-301-2/+2
* Made FileSystemStorage accept both text and byte streamsClaude Paroz2012-08-291-2/+9
* Fixed #11739 -- Made ContentFile support Unicode inputClaude Paroz2012-08-291-2/+4
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-1/+1
* [py3] Fixed slow path through file_move_safeKaren Tracey2012-08-181-1/+1
* [py3] Fixed file_storage tests.Aymeric Augustin2012-08-181-2/+4
* [py3] Made __repr__ return str with Python 3Claude Paroz2012-08-121-2/+2
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-122-3/+8
* [py3] Replaced some __str__ methods by __unicode__Aymeric Augustin2012-08-121-1/+1
* [py3] Removed redundant __str__ methods.Aymeric Augustin2012-08-121-3/+0
* [py3] Replaced __nonzero__ by __bool__Claude Paroz2012-08-081-2/+4
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-073-7/+7
* Fixed a security issue in image uploading. Disclosure and...Florian Apolloner2012-07-301-1/+6
* [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-2/+5
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-072-3/+7
* Fixed #14681 -- Do not set mode to None on file-like obje...Claude Paroz2012-05-311-1/+2
* Marked bytestrings with b prefix. Refs #18269Claude Paroz2012-05-192-3/+3
* Replaced foo.next() by next(foo).Claude Paroz2012-05-101-1/+1
* Used io.BytesIO also for ContentFile.Claude Paroz2012-05-051-2/+2
* Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz2012-05-053-17/+8
* Fixed the syntax used for the Python repl examples in doc...Alex Gaynor2012-05-051-2/+2
* Made more extensive usage of context managers with open.Claude Paroz2012-05-052-8/+4
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-294-9/+10
* Fixed #15644 -- Improved Django File wrapper to support m...Claude Paroz2012-04-051-6/+11
* Fixed #16590 -- Accepted a 'name' argument in the constru...Aymeric Augustin2011-12-301-2/+2
* Fixed #16703 -- Raise an exception if the storage locatio...Jannis Leidel2011-09-211-2/+4
* Fixed #16833 -- Removed undocumented `mixin` parameter fr...Jannis Leidel2011-09-131-8/+3
* Fixed #16108 -- Fixed another race condition in the FileS...Jannis Leidel2011-05-281-1/+8