mirror of
https://github.com/django/django.git
synced 2025-01-26 10:09:42 +00:00
c74504c2dd
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.