1
0
mirror of https://github.com/django/django.git synced 2024-11-20 08:24:58 +00:00
django/tests/admin_widgets
Tim Graham 81057645f6 Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another" inlines.
Also allowed autocomplete widgets to work on AdminSites with a name other
than 'admin'.
2017-12-01 22:14:32 -05:00
..
__init__.py
models.py
test_autocomplete_widget.py Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another" inlines. 2017-12-01 22:14:32 -05:00
tests.py
urls.py
widgetadmin.py