django1/tests/admin_inlines
Carlton Gibson e0a56ad3c8
Removed blocking wait in admin inlines selenium test.
find_elements_by_css_selector() implicitly waits the default timeout
(10 seconds) looking for missing elements.
2021-09-22 08:17:48 +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 Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
tests.py Removed blocking wait in admin inlines selenium test. 2021-09-22 08:17:48 +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