summaryrefslogtreecommitdiff
path: root/tests/regressiontests/bug639/models.py
AgeCommit message (Expand)Author
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
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
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