1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/admin_inlines
2021-10-21 14:37:16 +02:00
..
__init__.py
admin.py Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when editing in admin change view. 2021-09-21 13:12:09 +02:00
models.py Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when editing in admin change view. 2021-09-21 13:12:09 +02:00
test_templates.py
tests.py Refs #33211 -- Added assertCountSeleniumElements() test helper. 2021-10-21 14:37:16 +02:00
urls.py Fixed #31867 -- Made TabularInline handling of hidden fields with view-only permissions consistent with StackedInline. 2021-09-10 10:10:53 +02:00