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
/
base.py
Age
Commit message (
Expand
)
Author
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-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 file_storage tests.
Aymeric Augustin
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-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-05
Used io.BytesIO also for ContentFile.
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
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
2010-11-21
Fixed #14749 -- added support for using Django's file object as context manag...
Alex Gaynor
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-01-16
Fixed #10044: You can now assign directly to file fields (`instance.filefield...
Jacob Kaplan-Moss
2008-08-08
File storage refactoring, adding far more flexibility to Django's file handli...
Jacob Kaplan-Moss