summaryrefslogtreecommitdiff
path: root/tests/regressiontests/bug639
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2009-04-05Made a set of small test changes to avoid leaving temp files hanging around a...Karen Tracey
2008-08-28Updated a few save() methods on models to accept force_insert and force_updateMalcolm Tredinnick
2008-08-11Refs #7742 -- Got bug639 regression tests using newforms instead of oldforms.Gary Wilson Jr
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-03-01Added a tearDown to the tests for #639 so that the "uploaded" image doesn't c...Jacob Kaplan-Moss
2007-02-26Modified the test from [4609] to use a FileField instead of an ImageField (so...Jacob Kaplan-Moss
2007-02-26Objects with FileFields no longer get save() called multiple times from the A...Jacob Kaplan-Moss