django-unfold icon indicating copy to clipboard operation
django-unfold copied to clipboard

Modern Django admin theme for seamless interface development

Results 81 django-unfold issues
Sort by recently updated
recently updated
newest added

Hello, Django Unfold doesn't have a favicon feature. We had to override the whole `skeleton.html` template to add a favicon. (already mentioned in #206) I have added a `site_favicon.html` file...

enhancement

Styles support does not work when adding GenericTabularInline class to inlines variable of Admin class. When adding other TabularInline classes they work natively, it is GenericTabularInline that has the problem

enhancement

**Do you have any examples?** When using Django's [ModelAdmin.fields](https://docs.djangoproject.com/en/5.0/ref/contrib/admin/#django.contrib.admin.ModelAdmin.fields) or ModelAdmin.fieldsets, you can pass a tuple instead of a string, to display more than one field in a line. Example:...

updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.0...v0.7.1)

## Summary: This PR introduces improvements to the tab functionality, allowing tabs to serve as quick filters for field data based on URL query parameters. The current logic does not...

I have a use case where I wish to have a RangeNumericFilter for a GeneratedField. This was not allowed until now. This PR is to allow this configuration. I had...

**What version of Unfold are you using?** 0.40.0 **What version of Django are you using?** 5.1 **What browser are you using?** Chrome 128 **Did you checked changelog/commit history, if the...

![image](https://github.com/user-attachments/assets/47c8e4c6-720d-4b3c-9c26-0f7718c757ef) **Is it a third party application feature request?** No **Describe your feature request** We'd like to show all applications and models (`SIDEBAR.show_all_applications`) and define some extra navigation links before...

![image](https://github.com/user-attachments/assets/89264d7b-94cb-4700-b971-f0d2a8c437de) **Is it a third party application feature request?** No **Describe your feature request** We have many apps and models which makes our sidebar huge. Therefore we simply want to...

![image](https://github.com/user-attachments/assets/ea9c7a2c-3af0-4c89-80f6-ee0685c6756f) **Is it a third party application feature request?** No **Describe your feature request** New setting. Example: ```python "SHOW_DEBUG": False, # show/hide "Debug" badge, default: False ``` Alternatively it could...