Closed matthiask closed 2 months ago
Thanks for that, it seems like it should be there from the start, I must have missed it. I will check later today whether it should be at the top or bottom in order to not break any JS scripts for autocomplete, date widgets etc. and test different INSTALLED_APPS order just to make sure. I'll merge later if it works fine, which it most likely will.
Thanks
Thank you! I'd appreciate a release containing this if you find the time, but as a maintainer of numerous projects myself I understand I'm asking a bit much here.
I will make a release today, while testing this and working on #2 I found a few minor edge case bugs that I wanted to fix before.
@matthiask I just released version 1.2.0 which includes this PR.
Thanks again for spotting this.
Thanks for this project! Very useful.
I have an admin customization which replaces the nav sidebar with a panel with grouped apps (django-fhadmin); the necessary scripts and styles are added to the
{% block extrahead %}
. The django-admin-action-forms action form template replaces the contents ofextrahead
instead of adding to them, it would be great if that could be changed.Thanks!