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
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-12-08
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-28
Updated a few save() methods on models to accept force_insert and force_update
Malcolm Tredinnick
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-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
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
Modified the test from [4609] to use a FileField instead of an ImageField (so...
Jacob Kaplan-Moss
2007-02-26
Objects with FileFields no longer get save() called multiple times from the A...
Jacob Kaplan-Moss