1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/tests/admin_views
Riccardo Magliocchetti 68c9a72e29 Fixed #22894 -- Made admin add related/raw ID fields widgets customizable.
Decoupled behavior and style from the RelatedFieldWidgetWrapper and
ForeignKeyRawIdWidget.
2014-06-26 15:02:42 -04:00
..
fixtures
templates
__init__.py
admin.py Fixed #6327 -- Added has_module_permission method to BaseModelAdmin 2014-06-13 09:31:40 -04:00
customadmin.py
forms.py
models.py
tests.py Fixed #22894 -- Made admin add related/raw ID fields widgets customizable. 2014-06-26 15:02:42 -04:00
urls.py Fixed #6327 -- Added has_module_permission method to BaseModelAdmin 2014-06-13 09:31:40 -04:00
views.py