index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
file_storage
/
models.py
Age
Commit message (
Expand
)
Author
2009-05-28
Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti...
Gary Wilson Jr
2009-05-11
Fixed #11032: close() a file explictly open()'d in a test, so that deleting t...
Karen Tracey
2009-05-11
Fixed #10404: ImageField height_field and width_field options no longer depen...
Jacob Kaplan-Moss
2009-05-08
Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...
Jacob Kaplan-Moss
2009-04-05
Made a set of small test changes to avoid leaving temp files hanging around a...
Karen Tracey
2009-03-08
Fixed #9508 -- Added an appropriate FileField.__hash__ implementation.
Malcolm Tredinnick
2008-12-16
Fixed #9786 -- Fixed inequality checking for django.db.models.fields.file.Fie...
Malcolm Tredinnick
2008-10-10
Yet more file storage testing cleanup for the sake of buildbots; this should ...
Jacob Kaplan-Moss
2008-08-27
Fixed #8534: getting the size of a file no longer opens it (at least for the ...
Jacob Kaplan-Moss
2008-08-27
Fixed #8175: don't open files we're about to close. This was a pesky bug to t...
Jacob Kaplan-Moss
2008-08-09
Fixed #8187: made PIL imports consistant. Thanks, bastih.
Jacob Kaplan-Moss
2008-08-08
File storage refactoring, adding far more flexibility to Django's file handli...
Jacob Kaplan-Moss