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
/
regressiontests
/
bug639
/
tests.py
Age
Commit message (
Expand
)
Author
2012-12-08
[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2009-04-05
Made a set of small test changes to avoid leaving temp files hanging around a...
Karen Tracey
2008-08-11
Refs #7742 -- Got bug639 regression tests using newforms instead of oldforms.
Gary Wilson Jr
2008-08-08
File storage refactoring, adding far more flexibility to Django's file handli...
Jacob Kaplan-Moss
2008-07-01
Fixed #2070: refactored Django's file upload capabilities.
Jacob Kaplan-Moss
2007-03-01
Added a tearDown to the tests for #639 so that the "uploaded" image doesn't c...
Jacob Kaplan-Moss
2007-02-26
Objects with FileFields no longer get save() called multiple times from the A...
Jacob Kaplan-Moss