django-admin-interface
django-admin-interface copied to clipboard
:superhero: :zap: django's default admin interface with superpowers - customizable themes, popup windows replaced by modals and many other features.
**Python version** `3.11` **Django version** `4.2.9` **Package version** `0.28.6` **Current behavior (bug description)** When opening a custom modal window (just adding `_popup=1` suffix to the url), the resulting modal window...
--- name: Pull request about: Submit a pull request for this project assignees: fabiocaccamo --- **Describe your changes** Add possibility to use a server (maybe a default software house file)...
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Release notes Sourced from pre-commit's releases. pre-commit v3.7.0 Features Use a tty for docker and docker_image hooks when --color is...
Hi! Thank you amazing package! Now, for the want to use different themes based on the Django site being visited. I know this is currently not supported. But I'm opening...
There is missing check for the show_inlines_as_tabs condition in the change_form.html (lines 66-73) So even if I have this feature turned off it populates tabcontent blocks with inlines formsets. At...
Currently if I have tabs enabled and save a model the active tab will lose it's focus and the first tab will become enabled. It would make sense that if...
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](https://github.com/asottile/pyupgrade/compare/v3.15.2...v3.16.0) - [github.com/adamchainz/django-upgrade: 1.17.0 → 1.18.0](https://github.com/adamchainz/django-upgrade/compare/1.17.0...1.18.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.4.9)
Update versions of pre-commit hooks to latest version.
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0) - [github.com/adamchainz/django-upgrade: 1.19.0 → 1.20.0](https://github.com/adamchainz/django-upgrade/compare/1.19.0...1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.6.2)
Hi, Thank you for the ongoing support and updates to the django-admin-interface package. I noticed that while the package does support Django 5.1, there are some issues with the admin...