django-admin-interface icon indicating copy to clipboard operation
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.

Results 48 django-admin-interface issues
Sort by recently updated
recently updated
newest added

It would be very useful having the possibility to set sticky table columns in the changelist (action checkbox column if actions are enabled + `list_display_links` columns), and also in the...

enhancement

Sometime you need to display many columns in the listing, and the horizontal space taken up by the filters results in additional horizontal scrolling which might be inconvenient. In these...

enhancement

Hello, I am overriding `save_model` in a `ModelAdmin` class that is related to another class. In my `save_model` I am detecting if there were errors in the save process, which...

enhancement

Consider integrating this solution: https://github.com/inventare/django-image-uploader-widget

enhancement

Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. Release notes Sourced from tox's releases. 4.15.0 What's Changed Remove duplicated and misleading configuration section by @​jugmac00 in tox-dev/tox#3251 Fix...

dependencies
python

Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Changelog Sourced from coverage's changelog. Version 7.5.0 — 2024-04-23 Added initial support for function and class reporting in the HTML...

dependencies
python

Update versions of pre-commit hooks to latest version.

--- name: Make nocache optional about: Ignore nocache based in a settings flag to not corrupt the S3 querysting signed URL assignees: fabiocaccamo --- **Describe your changes** - Added a...

enhancement

updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.4...v0.4.3) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)

**Python version** 3.10 **Django version** 4.0 **Package version** 0.28.6 **Current behavior (bug description)** If you are serving statics file with S3 getting the Amazon S3 URL, appending `version_md5_cache` no cache...

bug