1
0
mirror of https://github.com/django/django.git synced 2025-01-13 03:47:26 +00:00
django/tests
Brian Rosner 65be56816f Fixed #5780 -- Adjusted the ModelAdmin API to allow the created/updated objects
to be passed to the formsets prior to validation.

This is a backward incompatible change for anyone overridding save_add or
save_change. They have been removed in favor of more granular methods
introduced in [8266] and the new response_add and response_change nethods.
save_model has been renamed to save_form due to its slightly changed behavior.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8273 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-09 20:52:40 +00:00
..
modeltests Updated the tests. 2008-08-09 17:19:44 +00:00
regressiontests Fixed #5780 -- Adjusted the ModelAdmin API to allow the created/updated objects 2008-08-09 20:52:40 +00:00
templates
runtests.py
urls.py