django/tests/regressiontests/file_storage
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