1
0
mirror of https://github.com/django/django.git synced 2025-02-10 01:16:53 +00:00
django/tests/admin_views
Jay Leadbetter c74504c2dd Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_view formset validation.
Updated ModelAdmin to use form.instance when passing parent model to
child inlines for add_view. There is effectively no change in the
change_view since the previously passed 'obj' is the same as form.instance.

Thanks to meshy for report, and EvilDMP and timo for review.
2013-11-25 20:01:16 -05:00
..
2013-11-02 23:50:33 -05:00
2013-11-02 23:50:49 -05:00