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

Providing something other than dict to `label` in `display` decorator caused TypeError by `isinstance` check. Therefore `multiple` did not work correctly. Fixed it by checking whether the `value` is list...

updates: - [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) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.3.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.4...v0.3.5)

In the admin change form, is there a way to customize the font size of a field's label? For example, how can I increase the font size of the "name"...

I am trying to use some HTMX extensions but it looks like they're probably not working because the HTMX package used in unfold hasn't been updated for quite a while....

I would like my detail actions to be dependent (to be shown or hidden) depending on certain values contained in the fields. To do this I use the function `get_actions_detail`,...

enhancement

![image](https://github.com/unfoldadmin/django-unfold/assets/65348951/366a3121-0bee-4dd5-9741-7ed925d003de) ![image](https://github.com/unfoldadmin/django-unfold/assets/65348951/eef8af6f-a186-49a1-ac80-676167b0709f)

- Move widget class variables to settings for centralized management. - Update widgets to retrieve class attributes using the `get_config` function. - Include new variables in the `get_config` function to...

I created a repository and recorded a video to demonstrate that badge values are not changing between users. The values only update when the server restarts and then get cached...

It could be a very good improvement to re-use the select form widget, already in admin forms. I've tried several things to achieve this goal, but it is not satisfying...

By default, textarea rows is set to 2 in UnfoldAdminTextareaWidget. But it is not possible to change this value, because it is systematicaly updated by the init function of this...