This website requires JavaScript.
Explore
Help
Sign In
p15693087
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
c28e700c7e
django
/
tests
/
modeltests
/
files
History
Claude Paroz
2626ea4a74
Fixed
#14681
-- Do not set mode to None on file-like objects.
...
gzip.GzipFile does not support files with mode set to None.
2012-05-31 10:02:35 +02: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
#16225
-- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
2011-07-13 09:35:51 +00:00
tests.py
Fixed
#14681
-- Do not set mode to None on file-like objects.
2012-05-31 10:02:35 +02:00