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
/
django
/
core
/
files
Age
Commit message (
Expand
)
Author
2013-09-10
[1.6.x] Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-09-06
Merge pull request #1566 from adamsc64/ticket_11857
Russell Keith-Magee
2013-06-29
[1.6.x] Do not allow FileSystemStorage.delete to receive an empty name
Claude Paroz
2013-06-20
Fixed #20486 -- Ensure that file_move_safe raises an error if the destination...
Russell Keith-Magee
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-17
Fixed #20427 -- Moved a variable initialization in storage.py
Claude Paroz
2013-05-14
Fixed #19934 - Use of Pillow is now preferred over PIL.
Daniel Lindsley
2013-02-23
#18899 FileSystemStorage.save should support any file-like objects
Marcin Biernat
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2013-01-01
Replaced six.reraise with a simple raise.
Florian Apolloner
2013-01-01
Replaced e.message with e.args[0] in 3aa4b8165da23a2f094d0eeffacbda5484f4c1f6.
Florian Apolloner
2013-01-01
Fixed #19457 -- ImageField size detection failed for some files.
Anton Baklanov
2012-12-06
Fixed #19367 -- Fixed saving ContentFile in filesystem storage
Claude Paroz
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
2012-09-17
Fixed #18947 -- Don't make uploaded files executeable by default.
Florian Apolloner
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-29
Made FileSystemStorage accept both text and byte streams
Claude Paroz
2012-08-29
Fixed #11739 -- Made ContentFile support Unicode input
Claude Paroz
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-18
[py3] Fixed slow path through file_move_safe
Karen Tracey
2012-08-18
[py3] Fixed file_storage tests.
Aymeric Augustin
2012-08-12
[py3] Made __repr__ return str with Python 3
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-12
[py3] Replaced some __str__ methods by __unicode__
Aymeric Augustin
2012-08-12
[py3] Removed redundant __str__ methods.
Aymeric Augustin
2012-08-08
[py3] Replaced __nonzero__ by __bool__
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-30
Fixed a security issue in image uploading. Disclosure and release forthcoming.
Florian Apolloner
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-31
Fixed #14681 -- Do not set mode to None on file-like objects.
Claude Paroz
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-05
Used io.BytesIO also for ContentFile.
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-05-05
Fixed the syntax used for the Python repl examples in docs and docstrings.
Alex Gaynor
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-05
Fixed #15644 -- Improved Django File wrapper to support more file-like object...
Claude Paroz
2011-12-30
Fixed #16590 -- Accepted a 'name' argument in the constructor of ContentFile,...
Aymeric Augustin
2011-09-21
Fixed #16703 -- Raise an exception if the storage location of the DefaultStor...
Jannis Leidel
2011-09-13
Fixed #16833 -- Removed undocumented `mixin` parameter from the `Storage.open...
Jannis Leidel
2011-05-28
Fixed #16108 -- Fixed another race condition in the FileSystemStorage backend...
Jannis Leidel
2011-05-26
Fixed #16082 -- Fixed race condition in the FileSystemStorage backend with re...
Jannis Leidel
2011-02-04
Fixed #15181 -- Ensure that special characters are escaped when querying for ...
Russell Keith-Magee
2010-11-21
Fixed #14749 -- added support for using Django's file object as context manag...
Alex Gaynor
2010-11-11
Remove the executable flag from uploadhandler.py, it wasn't. Thanks to Flori...
Alex Gaynor
2010-10-27
Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for the rep...
Alex Gaynor
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
[next]