mirror of
https://github.com/django/django.git
synced 2025-01-18 14:24:39 +00:00
fd8a7a5313
* Refs #27991 -- Added testing for ModelAdmin.get_inline_instances() if the inline's has_add_permission() doesn't accept 'obj'. * Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument.