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
2012-12-06
[1.5.x] Fixed #19367 -- Fixed saving ContentFile in filesystem storage
Claude Paroz
2012-11-03
[1.5.x] 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
2010-10-08
Fixed #10497 -- Added a few time-related methods to the storage API. Thanks f...
Jannis Leidel
2010-09-10
Fixed #11158 - get_image_dimensions very slow/incorrect after 1 call
Luke Plant
2010-03-02
Fixed #11030: Reverted a change that assumed the file system encoding was utf...
Karen Tracey
2010-02-23
Fixed #10258: handle duplicate file names better.
Jacob Kaplan-Moss
2010-02-14
Fixed #6054: work around PIL's installation brokeness by detecting either of ...
Jacob Kaplan-Moss
2009-10-19
Fixed non-standard introspection support in LazyObject.
Luke Plant
2009-05-17
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...
Karen Tracey
2009-05-11
Fixed #11055: fixed a regression in [10717] that caused uploaded files to hav...
Jacob Kaplan-Moss
2009-05-11
Fixed #10404: ImageField height_field and width_field options no longer depen...
Jacob Kaplan-Moss
2009-05-08
Fixed #10687: fixed request parsing when upload_handlers is empty. Thanks, Ar...
Jacob Kaplan-Moss
2009-05-08
Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...
Jacob Kaplan-Moss
2009-05-08
Fixed #8817: get_image_dimensions correctly closes the files it opens, and le...
Jacob Kaplan-Moss
2009-05-08
Fixed #9610 -- Fixed duplicate uploaded file name mangling when directory con...
Gary Wilson Jr
[next]