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
/
tests
/
modeltests
/
files
/
models.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-12-27
Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.
Aymeric Augustin
2012-06-26
Fixed #18515 -- Conditionally regenerated filename in FileField validation
Claude Paroz
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-28
Move the Python 2.5 specific tests out of their own special files now that 2....
Alex Gaynor
2010-09-12
Migrate the files doctests. Thanks to Alex Gaynor.
Russell Keith-Magee
2010-03-03
Fixed the files test to not care whether the names are reported as bytestring...
Karen Tracey
2010-02-23
Fixed #10258: handle duplicate file names better.
Jacob Kaplan-Moss
2009-05-08
Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...
Jacob Kaplan-Moss
2009-05-07
Fixed #11030: fixed file uploads on non-utf8 filesystem encoding. Thanks, Hon...
Jacob Kaplan-Moss
2009-02-24
Fixed #10347 -- Fixed incorrect AttributeError raised when attempting to acce...
Karen Tracey
2009-01-16
Fixed #10044: You can now assign directly to file fields (`instance.filefield...
Jacob Kaplan-Moss
2008-10-10
Be nice to buildbots: switched `modeltests/files` to use a proper isolated di...
Jacob Kaplan-Moss
2008-08-12
Fixed a couple typos in the modeltests' descriptions and made use of ReST inl...
Gary Wilson Jr
2008-08-08
File storage refactoring, adding far more flexibility to Django's file handli...
Jacob Kaplan-Moss