django1/django/contrib
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
..
admin Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_view formset validation. 2013-11-25 20:01:16 -05:00
admindocs Fixed missing admindocs' site_header 2013-11-22 13:30:50 +01:00
auth Propagate get_user_model exception from get_user 2013-11-14 12:02:26 -08:00
comments Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
contenttypes Fixed #21428 -- editable GenericRelation regression 2013-11-16 20:07:35 +02:00
flatpages Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
formtools Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
gis Fixed #21504 -- Don't shadow database errors when testing for postgis version. 2013-11-24 14:34:43 +01:00
humanize Fixed #21415 -- Replaced escape sequence by literal non-breaking space 2013-11-15 15:32:46 +01:00
messages Fixes #21412 -- Better error message for messages.add_message 2013-11-23 17:11:22 +01:00
redirects Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
sessions Fixed #21012 -- New API to access cache backends. 2013-11-23 15:06:59 +01:00
sitemaps More attacking E302 violators 2013-11-02 13:12:09 -07:00
sites Moved import at proper place in contrib.sites 2013-11-16 11:13:04 +01:00
staticfiles Fixed #21012 -- New API to access cache backends. 2013-11-23 15:06:59 +01:00
syndication Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
webdesign More attacking E302 violators 2013-11-02 13:12:09 -07:00
__init__.py