django-trench
django-trench copied to clipboard
Improve admin list and form views
- Improved list view and form view for MFAMethodAdmin class. Added select_related for user fk, list_display, list_filter and search_field
- Appended static urlpatterns for serving admin static files in DEBUG mode in the test project.
List view:

Autocomplete for User foreign key:
