django/tests
Jacob Kaplan-Moss a30e3fca48 Objects with FileFields no longer get save() called multiple times from the AutomaticManipulator! This fixes #639, #572, and likely others I don't know of.
This may be slightly backwards-incompatible: if you've been relying on the multiple-save behavior (why?), then you'll no longer see that happen.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@4609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26 17:17:11 +00:00
..
modeltests Fixed #3172: Model.validate() no longer raises TypeErrors on empty Date*Fields. Thanks, floguy@gmail.com. 2007-02-26 05:07:12 +00:00
regressiontests Objects with FileFields no longer get save() called multiple times from the AutomaticManipulator! This fixes #639, #572, and likely others I don't know of. 2007-02-26 17:17:11 +00:00
templates Refs #2333 - Added model test for the test Client. 2006-09-02 09:34:40 +00:00
runtests.py Fixed #3253 -- Exposed the number of failed tests as a return code in manage.py and runtests.py. 2007-02-26 12:52:01 +00:00
urls.py Fixed #2606 -- Added tag for working out the URL of a particular view function. 2007-02-13 04:24:58 +00:00