mirror of
https://github.com/Hopiu/django.git
synced 2026-03-19 23:40:24 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| test_actions.py | ||
| test_checks.py | ||
| test_has_add_permission_obj_deprecation.py | ||
| tests.py | ||