django-unfold 0.55.1__tar.gz → 0.55.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {django_unfold-0.55.1 → django_unfold-0.55.3}/PKG-INFO +1 -1
- {django_unfold-0.55.1 → django_unfold-0.55.3}/pyproject.toml +1 -1
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/admin.py +15 -5
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/admin/choice_filters.py +4 -4
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/admin/dropdown_filters.py +1 -1
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/admin/mixins.py +1 -1
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/sites.py +3 -3
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/edit_inline/stacked.html +1 -1
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/edit_inline/tabular.html +1 -1
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/login.html +3 -1
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/tab_items.html +6 -6
- {django_unfold-0.55.1 → django_unfold-0.55.3}/LICENSE.md +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/README.md +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/__init__.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/apps.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/checks.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/components.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/__init__.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/__init__.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/admin/__init__.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/admin/autocomplete_filters.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/admin/datetime_filters.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/admin/numeric_filters.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/admin/text_filters.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/apps.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/forms.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/static/unfold/filters/css/nouislider/LICENSE +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/static/unfold/filters/css/nouislider/nouislider.min.css +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/static/unfold/filters/js/DateTimeShortcuts.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/static/unfold/filters/js/admin-numeric-filter.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/static/unfold/filters/js/nouislider/LICENSE +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/static/unfold/filters/js/nouislider/nouislider.min.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/static/unfold/filters/js/wnumb/LICENSE +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/static/unfold/filters/js/wnumb/wNumb.min.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/templates/unfold/filters/filters_date_range.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/templates/unfold/filters/filters_datetime_range.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/templates/unfold/filters/filters_field.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_range.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_single.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_slider.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/forms/__init__.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/forms/apps.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/forms/static/unfold/forms/css/trix/LICENSE +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/forms/static/unfold/forms/css/trix/trix.css +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/forms/static/unfold/forms/js/trix/LICENSE +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/forms/static/unfold/forms/js/trix/trix.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/forms/static/unfold/forms/js/trix.config.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/forms/templates/unfold/forms/array.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/forms/templates/unfold/forms/helpers/toolbar.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/forms/templates/unfold/forms/wysiwyg.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/forms/widgets.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/guardian/__init__.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/guardian/apps.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/guardian/templates/admin/guardian/model/change_form.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/guardian/templates/admin/guardian/model/field.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage_group.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage_user.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/guardian/templates/unfold/guardian/group_form.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/guardian/templates/unfold/guardian/user_form.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/__init__.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/apps.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/forms.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/templates/admin/import_export/base.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/templates/admin/import_export/change_form.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_export.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_export_item.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_import_export.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_import_item.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/templates/admin/import_export/export.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/templates/admin/import_export/import.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/templates/admin/import_export/import_confirm.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/templates/admin/import_export/import_errors.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/templates/admin/import_export/import_form.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/templates/admin/import_export/import_preview.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/templates/admin/import_export/import_validation.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/import_export/templates/admin/import_export/resource_fields_list.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/inlines/__init__.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/inlines/admin.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/inlines/apps.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/inlines/checks.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/inlines/forms.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/simple_history/__init__.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/simple_history/apps.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/simple_history/templates/simple_history/object_history.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/simple_history/templates/simple_history/object_history_form.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/simple_history/templates/simple_history/object_history_list.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/simple_history/templates/simple_history/submit_line.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/dataclasses.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/decorators.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/enums.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/exceptions.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/fields.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/forms.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/layout.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/mixins/__init__.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/mixins/action_model_admin.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/mixins/base_model_admin.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/overrides.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/paginator.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/sections.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/settings.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/admin/js/admin/RelatedObjectLookups.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/admin/js/inlines.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/css/simplebar/LICENSE +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/css/simplebar/simplebar.css +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/css/styles.css +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/fonts/inter/Inter-Bold.woff2 +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/fonts/inter/Inter-Medium.woff2 +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/fonts/inter/Inter-Regular.woff2 +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/fonts/inter/Inter-SemiBold.woff2 +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/fonts/inter/LICENSE +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/fonts/inter/styles.css +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/fonts/material-symbols/LICENSE +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/fonts/material-symbols/Material-Symbols-Outlined.woff2 +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/fonts/material-symbols/styles.css +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/alpine/LICENSE +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/alpine/alpine.anchor.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/alpine/alpine.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/alpine/alpine.persist.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/alpine/alpine.resize.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/alpine/alpine.sort.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/app.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/chart/LICENSE +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/chart/chart.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/htmx/LICENSE +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/htmx/htmx.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/select2.init.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/simplebar/LICENSE +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/simplebar/simplebar.js +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/styles.css +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/actions.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/app_index.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/app_list.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/auth/user/add_form.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/auth/user/change_password.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/base.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/base_site.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/change_form.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/change_form_object_tools.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/change_list.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/change_list_object_tools.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/change_list_results.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/date_hierarchy.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/delete_confirmation.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/delete_selected_confirmation.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/filter.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/includes/fieldset.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/includes/object_delete_summary.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/index.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/nav_sidebar.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/object_history.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/pagination.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/search_form.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/submit_line.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/auth/widgets/read_only_password_hash.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/registration/logged_out.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/registration/password_change_done.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/registration/password_change_form.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/button.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/card.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/chart/bar.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/chart/cohort.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/chart/line.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/container.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/flex.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/icon.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/navigation.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/progress.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/separator.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/table.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/text.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/title.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/tracker.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/account_links.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/actions_row.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/add_link.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/app_list.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/app_list_default.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/attrs.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/boolean.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/breadcrumb_item.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/change_list_actions.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/change_list_filter.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/change_list_filter_actions.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/delete_submit_line.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/display_dropdown.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/display_header.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/display_label.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/edit_inline/tabular_delete.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/edit_inline/tabular_error.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/edit_inline/tabular_field.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/edit_inline/tabular_heading.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/edit_inline/tabular_row.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/edit_inline/tabular_title.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/empty_results.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/field.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/field_readonly.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/field_readonly_value.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/fieldset_row.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/fieldset_row_checkbox.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/fieldset_row_field.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/fieldsets_tabs.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/form_errors.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/form_label.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/header.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/header_back_button.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/help_text.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/history.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/label.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/language_switch.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/messages/debug.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/messages/error.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/messages/errornote.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/messages/info.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/messages/success.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/messages/warning.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/messages.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/navigation.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/navigation_header.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/pagination_current_item.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/pagination_default.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/pagination_ellipsis.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/pagination_infinite.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/search.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/search_results.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/site_branding.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/site_dropdown.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/site_icon.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/site_logo.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/submit.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/tab_action.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/tab_actions.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/tab_list.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/theme_switch.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/userlinks.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/welcomemsg.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/layouts/base.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/layouts/base_simple.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/layouts/skeleton.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/templatetags/preserve_changelist_filters.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/widgets/clearable_file_input.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/widgets/clearable_file_input_small.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/widgets/date.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/widgets/foreign_key_raw_id.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/widgets/radio.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/widgets/radio_option.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/widgets/range.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/widgets/related_widget_wrapper.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/widgets/split_datetime.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/widgets/split_datetime_vertical.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/widgets/split_money.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/widgets/textarea.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/widgets/time.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/widgets/url.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/display_form.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/errors.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/field.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/inputs.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/layout/attrs.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/layout/baseinput.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/layout/button.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/layout/buttonholder.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/layout/checkbox.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/layout/column.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/layout/div.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/layout/field_errors.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/layout/fieldset.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/layout/help_text.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/layout/help_text_and_errors.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/layout/radio_checkbox_select.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/layout/row.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/layout/table_inline_formset.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/uni_form.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold_crispy/whole_uni_form.html +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templatetags/__init__.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templatetags/unfold.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templatetags/unfold_list.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/typing.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/utils.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/views.py +0 -0
- {django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/widgets.py +0 -0
@@ -9,6 +9,7 @@ from django.contrib.admin import display, helpers
|
|
9
9
|
from django.db.models import BLANK_CHOICE_DASH, Model
|
10
10
|
from django.http import HttpRequest, HttpResponse
|
11
11
|
from django.shortcuts import redirect
|
12
|
+
from django.template.response import TemplateResponse
|
12
13
|
from django.urls import URLPattern, path
|
13
14
|
from django.utils.safestring import mark_safe
|
14
15
|
from django.utils.translation import gettext_lazy as _
|
@@ -56,12 +57,12 @@ class ModelAdmin(BaseModelAdminMixin, ActionModelAdminMixin, BaseModelAdmin):
|
|
56
57
|
warn_unsaved_form = False
|
57
58
|
checks_class = UnfoldModelAdminChecks
|
58
59
|
|
59
|
-
|
60
|
-
|
61
|
-
|
60
|
+
def changelist_view(
|
61
|
+
self, request: HttpRequest, extra_context: Optional[dict[str, str]] = None
|
62
|
+
) -> TemplateResponse:
|
62
63
|
additional_media = forms.Media()
|
63
64
|
|
64
|
-
for filter in self.
|
65
|
+
for filter in self.get_list_filter(request):
|
65
66
|
if (
|
66
67
|
isinstance(filter, (tuple, list))
|
67
68
|
and hasattr(filter[1], "form_class")
|
@@ -71,7 +72,16 @@ class ModelAdmin(BaseModelAdminMixin, ActionModelAdminMixin, BaseModelAdmin):
|
|
71
72
|
elif hasattr(filter, "form_class") and hasattr(filter.form_class, "Media"):
|
72
73
|
additional_media += forms.Media(filter.form_class.Media)
|
73
74
|
|
74
|
-
|
75
|
+
if not extra_context:
|
76
|
+
extra_context = {}
|
77
|
+
|
78
|
+
extra_context.update(
|
79
|
+
{
|
80
|
+
"media": self.media + additional_media,
|
81
|
+
}
|
82
|
+
)
|
83
|
+
|
84
|
+
return super().changelist_view(request, extra_context)
|
75
85
|
|
76
86
|
def get_fieldsets(self, request: HttpRequest, obj=None) -> FieldsetsType:
|
77
87
|
if not obj and self.add_fieldsets:
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/admin/choice_filters.py
RENAMED
@@ -22,7 +22,7 @@ class RadioFilter(admin.SimpleListFilter):
|
|
22
22
|
all_option = ["", _("All")]
|
23
23
|
|
24
24
|
def choices(self, changelist: ChangeList) -> tuple[dict[str, Any], ...]:
|
25
|
-
add_facets = changelist
|
25
|
+
add_facets = getattr(changelist, "add_facets", False)
|
26
26
|
facet_counts = self.get_facet_queryset(changelist) if add_facets else None
|
27
27
|
choices = []
|
28
28
|
|
@@ -78,7 +78,7 @@ class BooleanRadioFilter(ValueMixin, admin.BooleanFieldListFilter):
|
|
78
78
|
all_option = ["", _("All")]
|
79
79
|
|
80
80
|
def choices(self, changelist: ChangeList) -> Generator[dict[str, Any], None, None]:
|
81
|
-
add_facets = changelist
|
81
|
+
add_facets = getattr(changelist, "add_facets", False)
|
82
82
|
facet_counts = self.get_facet_queryset(changelist) if add_facets else None
|
83
83
|
|
84
84
|
if add_facets:
|
@@ -119,7 +119,7 @@ class RelatedCheckboxFilter(MultiValueMixin, admin.RelatedFieldListFilter):
|
|
119
119
|
return queryset
|
120
120
|
|
121
121
|
def choices(self, changelist: ChangeList) -> Generator[dict[str, Any], None, None]:
|
122
|
-
add_facets = changelist
|
122
|
+
add_facets = getattr(changelist, "add_facets", False)
|
123
123
|
facet_counts = self.get_facet_queryset(changelist) if add_facets else None
|
124
124
|
|
125
125
|
if add_facets:
|
@@ -147,7 +147,7 @@ class AllValuesCheckboxFilter(MultiValueMixin, admin.AllValuesFieldListFilter):
|
|
147
147
|
form_class = CheckboxForm
|
148
148
|
|
149
149
|
def choices(self, changelist: ChangeList) -> Generator[dict[str, Any], None, None]:
|
150
|
-
add_facets = changelist
|
150
|
+
add_facets = getattr(changelist, "add_facets", False)
|
151
151
|
facet_counts = self.get_facet_queryset(changelist) if add_facets else None
|
152
152
|
|
153
153
|
if add_facets:
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/admin/dropdown_filters.py
RENAMED
@@ -86,7 +86,7 @@ class RelatedDropdownFilter(ValueMixin, DropdownMixin, admin.RelatedFieldListFil
|
|
86
86
|
self.request = request
|
87
87
|
|
88
88
|
def choices(self, changelist: ChangeList) -> Generator[dict[str, Any], None, None]:
|
89
|
-
add_facets = changelist
|
89
|
+
add_facets = getattr(changelist, "add_facets", False)
|
90
90
|
facet_counts = self.get_facet_queryset(changelist) if add_facets else None
|
91
91
|
|
92
92
|
if add_facets:
|
@@ -55,7 +55,7 @@ class ChoicesMixin:
|
|
55
55
|
template = "unfold/filters/filters_field.html"
|
56
56
|
|
57
57
|
def choices(self, changelist: ChangeList) -> Generator[dict[str, Any], None, None]:
|
58
|
-
add_facets = changelist
|
58
|
+
add_facets = getattr(changelist, "add_facets", False)
|
59
59
|
facet_counts = self.get_facet_queryset(changelist) if add_facets else None
|
60
60
|
choices = [self.all_option] if self.all_option else []
|
61
61
|
|
@@ -82,9 +82,9 @@ class UnfoldAdminSite(AdminSite):
|
|
82
82
|
"switch": " ".join(SWITCH_CLASSES),
|
83
83
|
"file": " ".join(FILE_CLASSES),
|
84
84
|
},
|
85
|
-
"site_title": self._get_config("SITE_TITLE", request)
|
86
|
-
"site_header": self._get_config("SITE_HEADER", request)
|
87
|
-
"site_url": self._get_config("SITE_URL", request)
|
85
|
+
"site_title": self._get_config("SITE_TITLE", request),
|
86
|
+
"site_header": self._get_config("SITE_HEADER", request),
|
87
|
+
"site_url": self._get_config("SITE_URL", request),
|
88
88
|
"site_subheader": self._get_config("SITE_SUBHEADER", request),
|
89
89
|
"site_dropdown": self._get_site_dropdown_items("SITE_DROPDOWN", request),
|
90
90
|
"site_logo": self._get_theme_images("SITE_LOGO", request),
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/edit_inline/stacked.html
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
{% load admin_urls i18n unfold %}
|
2
2
|
|
3
|
-
<div class="js-inline-admin-formset inline-group" id="{{ inline_admin_formset.formset.prefix }}-group" data-inline-type="stacked" data-inline-formset="{{ inline_admin_formset.inline_formset_data }}" {% if inline_admin_formset.opts.tab %}x-show="activeTab == '{{ inline_admin_formset.
|
3
|
+
<div class="js-inline-admin-formset inline-group" id="{{ inline_admin_formset.formset.prefix }}-group" data-inline-type="stacked" data-inline-formset="{{ inline_admin_formset.inline_formset_data }}" {% if inline_admin_formset.opts.tab %}x-show="activeTab == '{{ inline_admin_formset.formset.prefix|slugify }}'"{% else %}x-show="activeTab == 'general'"{% endif %}>
|
4
4
|
<fieldset class="module relative {{ inline_admin_formset.classes }}" aria-labelledby="{{ inline_admin_formset.formset.prefix }}-heading">
|
5
5
|
{% if inline_admin_formset.is_collapsible %}<details><summary>{% endif %}
|
6
6
|
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/edit_inline/tabular.html
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
{% load admin_modify admin_urls i18n static unfold %}
|
2
2
|
|
3
|
-
<div class="js-inline-admin-formset inline-group" id="{{ inline_admin_formset.formset.prefix }}-group" data-inline-type="tabular" data-inline-formset="{{ inline_admin_formset.inline_formset_data }}" {% if inline_admin_formset.opts.tab %}x-show="activeTab == '{{ inline_admin_formset.
|
3
|
+
<div class="js-inline-admin-formset inline-group" id="{{ inline_admin_formset.formset.prefix }}-group" data-inline-type="tabular" data-inline-formset="{{ inline_admin_formset.inline_formset_data }}" {% if inline_admin_formset.opts.tab %}x-show="activeTab == '{{ inline_admin_formset.formset.prefix|slugify }}'"{% else %}x-show="activeTab == 'general'"{% endif %}>
|
4
4
|
<div class="tabular inline-related {% if forloop.last %}last-related{% endif %}">
|
5
5
|
{{ inline_admin_formset.formset.management_form }}
|
6
6
|
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/helpers/tab_items.html
RENAMED
@@ -5,11 +5,11 @@
|
|
5
5
|
{% for item in tabs_list %}
|
6
6
|
{% if item.has_permission %}
|
7
7
|
<li class="border-b last:border-b-0 md:border-b-0 md:mr-8 dark:border-base-800">
|
8
|
-
<a href="{% if item.link_callback %}{{ item.link_callback }}{% else %}{{ item.link }}{% endif %}{% if item.inline %}#{{ item.inline }}{% endif %}"
|
8
|
+
<a href="{% if item.link_callback %}{{ item.link_callback }}{% else %}{{ item.link }}{% endif %}{% if item.inline %}#{{ item.inline|slugify }}{% endif %}"
|
9
9
|
class="block px-3 py-2 md:py-4 md:px-0 dark:border-base-800 {% if item.active and not item.inline %} border-b font-semibold -mb-px text-primary-600 hover:text-primary-600 dark:text-primary-500 dark:hover:text-primary-500 md:border-primary-500 dark:md:!border-primary-600{% else %}font-medium hover:text-primary-600 dark:hover:text-primary-500{% endif %}"
|
10
10
|
{% if item.inline %}
|
11
|
-
x-on:click="activeTab = '{{ item.inline }}'"
|
12
|
-
x-bind:class="{'border-b border-base-200 dark:border-base-800 md:border-primary-500 dark:md:!border-primary-600 font-semibold -mb-px text-primary-600 dark:text-primary-500': activeTab == '{{ item.inline }}'}"
|
11
|
+
x-on:click="activeTab = '{{ item.inline|slugify }}'"
|
12
|
+
x-bind:class="{'border-b border-base-200 dark:border-base-800 md:border-primary-500 dark:md:!border-primary-600 font-semibold -mb-px text-primary-600 dark:text-primary-500': activeTab == '{{ item.inline|slugify }}'}"
|
13
13
|
{% endif %}
|
14
14
|
>
|
15
15
|
{{ item.title }}
|
@@ -31,9 +31,9 @@
|
|
31
31
|
{% for inline in inlines_list %}
|
32
32
|
<li class="border-b last:border-b-0 md:border-b-0 md:mr-8 dark:border-base-800">
|
33
33
|
<a class="block cursor-pointer font-medium px-3 py-2 md:py-4 md:px-0"
|
34
|
-
href="#{{ inline.
|
35
|
-
x-on:click="activeTab = '{{ inline.
|
36
|
-
x-bind:class="{'border-b border-base-200 dark:border-base-800 md:border-primary-500 dark:md:!border-primary-600 font-semibold -mb-px text-primary-600 dark:text-primary-500': activeTab == '{{ inline.
|
34
|
+
href="#{{ inline.formset.prefix|slugify }}"
|
35
|
+
x-on:click="activeTab = '{{ inline.formset.prefix|slugify }}'"
|
36
|
+
x-bind:class="{'border-b border-base-200 dark:border-base-800 md:border-primary-500 dark:md:!border-primary-600 font-semibold -mb-px text-primary-600 dark:text-primary-500': activeTab == '{{ inline.formset.prefix|slugify }}', 'hover:text-primary-600 dark:hover:text-primary-500 dark:border-base-800': activeTab != '{{ inline.formset.prefix|slugify }}'}">
|
37
37
|
{% if inline.formset.max_num == 1 %}
|
38
38
|
{{ inline.opts.verbose_name|capfirst }}
|
39
39
|
{% else %}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/admin/datetime_filters.py
RENAMED
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/admin/numeric_filters.py
RENAMED
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/contrib/filters/admin/text_filters.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/css/simplebar/LICENSE
RENAMED
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/css/simplebar/simplebar.css
RENAMED
File without changes
|
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/fonts/inter/Inter-Bold.woff2
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/fonts/inter/styles.css
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/alpine/alpine.anchor.js
RENAMED
File without changes
|
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/alpine/alpine.persist.js
RENAMED
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/alpine/alpine.resize.js
RENAMED
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/alpine/alpine.sort.js
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/static/unfold/js/simplebar/simplebar.js
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/auth/user/add_form.html
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/change_list_results.html
RENAMED
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/date_hierarchy.html
RENAMED
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/delete_confirmation.html
RENAMED
File without changes
|
File without changes
|
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/includes/fieldset.html
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/admin/object_history.html
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/registration/logged_out.html
RENAMED
File without changes
|
File without changes
|
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/button.html
RENAMED
File without changes
|
{django_unfold-0.55.1 → django_unfold-0.55.3}/src/unfold/templates/unfold/components/card.html
RENAMED
File without changes
|