django-object-actions icon indicating copy to clipboard operation
django-object-actions copied to clipboard

Research Django 2.1's change_form_object_tools.htm

Open crccheck opened this issue 7 years ago • 0 comments

https://docs.djangoproject.com/en/dev/releases/2.1/

The admin change list and change form object tools can now be overridden per app, per model, or globally with change_list_object_tools.html and change_form_object_tools.html templates.

https://github.com/django/django/blob/master/django/contrib/admin/templates/admin/change_form_object_tools.html

crccheck avatar May 18 '18 02:05 crccheck