mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument.
* 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.
This commit is contained in:
committed by
Carlton Gibson
parent
54b331451c
commit
fd8a7a5313
@@ -46,3 +46,6 @@ Bugfixes
|
||||
``values_list()`` after combining querysets with ``extra()`` with
|
||||
``union()``, ``difference()``, or ``intersection()`` crashed due to
|
||||
mismatching columns (:ticket:`29694`).
|
||||
|
||||
* Fixed crash if ``InlineModelAdmin.has_add_permission()`` doesn't accept the
|
||||
``obj`` argument (:ticket:`29723`).
|
||||
|
||||
Reference in New Issue
Block a user