django/tests/regressiontests/file_storage
Jacob Kaplan-Moss 8943a857a7 Fixed #8175: don't open files we're about to close. This was a pesky bug to track down; thanks to charmless for tracking it down.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8637 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-27 21:18:45 +00:00
..
__init__.py File storage refactoring, adding far more flexibility to Django's file handling. The new files.txt document has details of the new features. 2008-08-08 20:59:02 +00:00
models.py Fixed #8175: don't open files we're about to close. This was a pesky bug to track down; thanks to charmless for tracking it down. 2008-08-27 21:18:45 +00:00
test.png File storage refactoring, adding far more flexibility to Django's file handling. The new files.txt document has details of the new features. 2008-08-08 20:59:02 +00:00
tests.py FIxed #8156: `UploadedFile.__repr__` now returns a string, a good `__repr__` should. 2008-08-27 20:53:02 +00:00