django-unfold 0.21.0__tar.gz → 0.22.0__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (180) hide show
  1. {django_unfold-0.21.0 → django_unfold-0.22.0}/LICENSE.md +1 -1
  2. {django_unfold-0.21.0 → django_unfold-0.22.0}/PKG-INFO +20 -1
  3. {django_unfold-0.21.0 → django_unfold-0.22.0}/README.md +19 -0
  4. {django_unfold-0.21.0 → django_unfold-0.22.0}/pyproject.toml +10 -21
  5. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/apps.py +1 -0
  6. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/forms/apps.py +1 -0
  7. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/forms/static/unfold/forms/js/trix.js +0 -1
  8. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/apps.py +1 -1
  9. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/apps.py +1 -1
  10. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/sites.py +1 -1
  11. django_unfold-0.22.0/src/unfold/static/unfold/css/styles.css +1 -0
  12. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/styles.css +4 -0
  13. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/app_list.html +0 -6
  14. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/base.html +1 -1
  15. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/change_list.html +1 -1
  16. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/change_list_results.html +2 -2
  17. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/login.html +9 -5
  18. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/account_links.html +2 -2
  19. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/app_list.html +5 -1
  20. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/display_label.html +2 -0
  21. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templatetags/unfold_list.py +57 -44
  22. django_unfold-0.21.0/src/unfold/static/unfold/css/styles.css +0 -1
  23. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/__init__.py +0 -0
  24. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/admin.py +0 -0
  25. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/apps.py +0 -0
  26. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/checks.py +0 -0
  27. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/__init__.py +0 -0
  28. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/__init__.py +0 -0
  29. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/admin.py +0 -0
  30. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/forms.py +0 -0
  31. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/static/unfold/filters/css/nouislider.min.css +0 -0
  32. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/static/unfold/filters/js/DateTimeShortcuts.js +0 -0
  33. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/static/unfold/filters/js/admin-numeric-filter.js +0 -0
  34. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/static/unfold/filters/js/nouislider.min.js +0 -0
  35. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/static/unfold/filters/js/wNumb.min.js +0 -0
  36. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_date_range.html +0 -0
  37. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_datetime_range.html +0 -0
  38. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_range.html +0 -0
  39. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_single.html +0 -0
  40. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_slider.html +0 -0
  41. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/forms/__init__.py +0 -0
  42. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/forms/static/unfold/forms/css/trix.css +0 -0
  43. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/forms/static/unfold/forms/js/trix.config.js +0 -0
  44. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/forms/templates/unfold/forms/helpers/toolbar.html +0 -0
  45. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/forms/templates/unfold/forms/wysiwyg.html +0 -0
  46. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/forms/widgets.py +0 -0
  47. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/__init__.py +0 -0
  48. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/templates/admin/guardian/model/change_form.html +0 -0
  49. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/templates/admin/guardian/model/field.html +0 -0
  50. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage.html +0 -0
  51. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage_group.html +0 -0
  52. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/templates/admin/guardian/model/obj_perms_manage_user.html +0 -0
  53. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/templates/unfold/guardian/group_form.html +0 -0
  54. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/guardian/templates/unfold/guardian/user_form.html +0 -0
  55. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/__init__.py +0 -0
  56. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/admin.py +0 -0
  57. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/forms.py +0 -0
  58. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/base.html +0 -0
  59. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_export_item.html +0 -0
  60. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_import_export.html +0 -0
  61. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/change_list_import_item.html +0 -0
  62. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/export.html +0 -0
  63. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/import.html +0 -0
  64. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_confirm.html +0 -0
  65. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_errors.html +0 -0
  66. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_form.html +0 -0
  67. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_preview.html +0 -0
  68. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/import_export/templates/admin/import_export/import_validation.html +0 -0
  69. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/simple_history/__init__.py +0 -0
  70. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/simple_history/apps.py +0 -0
  71. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/simple_history/templates/simple_history/_object_history_list.html +0 -0
  72. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/simple_history/templates/simple_history/object_history.html +0 -0
  73. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/simple_history/templates/simple_history/object_history_form.html +0 -0
  74. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/contrib/simple_history/templates/simple_history/submit_line.html +0 -0
  75. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/dataclasses.py +0 -0
  76. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/decorators.py +0 -0
  77. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/exceptions.py +0 -0
  78. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/forms.py +0 -0
  79. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/settings.py +0 -0
  80. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/fonts/inter/Inter-Bold.woff2 +0 -0
  81. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/fonts/inter/Inter-Medium.woff2 +0 -0
  82. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/fonts/inter/Inter-Regular.woff2 +0 -0
  83. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/fonts/inter/Inter-SemiBold.woff2 +0 -0
  84. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/fonts/inter/styles.css +0 -0
  85. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/fonts/material-symbols/Material-Symbols-Outlined.woff2 +0 -0
  86. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/fonts/material-symbols/styles.css +0 -0
  87. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/js/alpine.js +0 -0
  88. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/js/alpine.persist.js +0 -0
  89. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/js/app.js +0 -0
  90. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/js/chart.js +0 -0
  91. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/static/unfold/js/htmx.js +0 -0
  92. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/actions.html +0 -0
  93. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/app_index.html +0 -0
  94. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/auth/user/add_form.html +0 -0
  95. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/auth/user/change_password.html +0 -0
  96. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/base_site.html +0 -0
  97. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/change_form.html +0 -0
  98. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/change_form_object_tools.html +0 -0
  99. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/change_list_object_tools.html +0 -0
  100. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/date_hierarchy.html +0 -0
  101. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/delete_confirmation.html +0 -0
  102. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/delete_selected_confirmation.html +0 -0
  103. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/edit_inline/stacked.html +0 -0
  104. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/edit_inline/tabular.html +0 -0
  105. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/filter.html +0 -0
  106. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/includes/fieldset.html +0 -0
  107. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/includes/object_delete_summary.html +0 -0
  108. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/index.html +0 -0
  109. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/nav_sidebar.html +0 -0
  110. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/object_history.html +0 -0
  111. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/pagination.html +0 -0
  112. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/search_form.html +0 -0
  113. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/submit_line.html +0 -0
  114. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/widgets/clearable_file_input.html +0 -0
  115. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/widgets/radio.html +0 -0
  116. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/widgets/radio_option.html +0 -0
  117. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/widgets/related_widget_wrapper.html +0 -0
  118. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/admin/widgets/split_datetime.html +0 -0
  119. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/auth/widgets/read_only_password_hash.html +0 -0
  120. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/registration/logged_out.html +0 -0
  121. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/registration/password_change_done.html +0 -0
  122. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/registration/password_change_form.html +0 -0
  123. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/change_list_filter.html +0 -0
  124. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/card.html +0 -0
  125. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/chart/bar.html +0 -0
  126. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/chart/line.html +0 -0
  127. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/container.html +0 -0
  128. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/flex.html +0 -0
  129. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/navigation.html +0 -0
  130. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/progress.html +0 -0
  131. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/separator.html +0 -0
  132. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/text.html +0 -0
  133. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/components/title.html +0 -0
  134. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/actions_row.html +0 -0
  135. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/add_link.html +0 -0
  136. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/app_list_default.html +0 -0
  137. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/boolean.html +0 -0
  138. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/breadcrumb_item.html +0 -0
  139. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/display_header.html +0 -0
  140. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/field.html +0 -0
  141. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/field_readonly.html +0 -0
  142. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/fieldsets_tabs.html +0 -0
  143. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/form_errors.html +0 -0
  144. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/form_label.html +0 -0
  145. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/header.html +0 -0
  146. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/help_text.html +0 -0
  147. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/history.html +0 -0
  148. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/label.html +0 -0
  149. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/messages/error.html +0 -0
  150. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/messages/errornote.html +0 -0
  151. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/messages/info.html +0 -0
  152. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/messages.html +0 -0
  153. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/navigation.html +0 -0
  154. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/pagination_current_item.html +0 -0
  155. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/pagination_ellipsis.html +0 -0
  156. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/search.html +0 -0
  157. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/search_results.html +0 -0
  158. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/site_icon.html +0 -0
  159. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/site_logo.html +0 -0
  160. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/submit.html +0 -0
  161. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/tab_action.html +0 -0
  162. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/tab_list.html +0 -0
  163. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/theme_switch.html +0 -0
  164. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/userlinks.html +0 -0
  165. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/helpers/welcomemsg.html +0 -0
  166. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/layouts/base_simple.html +0 -0
  167. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/layouts/skeleton.html +0 -0
  168. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/widgets/clearable_file_input_small.html +0 -0
  169. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/widgets/date.html +0 -0
  170. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/widgets/range.html +0 -0
  171. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/widgets/split_datetime_vertical.html +0 -0
  172. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/widgets/split_money.html +0 -0
  173. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/widgets/textarea.html +0 -0
  174. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templates/unfold/widgets/time.html +0 -0
  175. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templatetags/__init__.py +0 -0
  176. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/templatetags/unfold.py +0 -0
  177. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/typing.py +0 -0
  178. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/utils.py +0 -0
  179. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/views.py +0 -0
  180. {django_unfold-0.21.0 → django_unfold-0.22.0}/src/unfold/widgets.py +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Unfold Admin
3
+ Copyright (c) 2023-present Unfold Admin
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: django-unfold
3
- Version: 0.21.0
3
+ Version: 0.22.0
4
4
  Summary: Modern Django admin theme for seamless interface development
5
5
  Home-page: https://unfoldadmin.com
6
6
  License: MIT
@@ -59,6 +59,7 @@ Did you decide to start using Unfold but you don't have time to make the switch
59
59
  - **Colors:** possibility to override default color scheme
60
60
  - **Third party packages:** default support for multiple popular applications
61
61
  - **Environment label**: distinguish between environments by displaying a label
62
+ - **VS Code**: project configuration and development container is included
62
63
 
63
64
  ## Table of contents <!-- omit from toc -->
64
65
 
@@ -94,6 +95,9 @@ Did you decide to start using Unfold but you don't have time to make the switch
94
95
  - [Pre-commit](#pre-commit)
95
96
  - [Poetry configuration](#poetry-configuration)
96
97
  - [Compiling Tailwind](#compiling-tailwind)
98
+ - [Using VS Code with containers](#using-vs-code-with-containers)
99
+ - [Development server](#development-server)
100
+ - [Compiling Tailwind in devcontainer](#compiling-tailwind-in-devcontainer)
97
101
  - [Credits](#credits)
98
102
 
99
103
  ## Installation
@@ -989,6 +993,7 @@ Before adding any source code, it is recommended to have pre-commit installed on
989
993
  pip install pre-commit
990
994
  pre-commit install
991
995
  pre-commit install --hook-type commit-msg
996
+ pre-commit run --all-files # Check if everything is okay
992
997
  ```
993
998
 
994
999
  ### Poetry configuration
@@ -1016,6 +1021,20 @@ Some components like datepickers, calendars or selectors in admin was not possib
1016
1021
 
1017
1022
  **Note:** most of the custom styles located in style.css are created via `@apply some-tailwind-class;` as is not possible to manually add CSS class to element which are for example created via jQuery.
1018
1023
 
1024
+ ### Using VS Code with containers
1025
+
1026
+ Unfold already contains prepared support for VS Code development. After cloning the project locally, open the main folder in VS Code (in terminal `code .`). Immediately, you would see a message from VS Code **Folder contains a Dev Container configuration file. Reopen folder to develop in a container** which will inform you that the support for containers is prepared. Confirm the message by clicking on **Reopen in Container**. If the message is not there, you can still manually open the project in a container by running the command **Dev Containers: Reopen in Container**.
1027
+
1028
+ #### Development server
1029
+
1030
+ Now the VS Code will build an image and install Python dependencies. After successful installation is completed, VS Code will spin a container and from now it is possible to directly develop in the container. Unfold contains an example development application with the basic Unfold configuration available under `tests/server`. Run `python manage.py runserver` within a `tests/server` folder to start a development Django server. Note that you have to run the command from VS Code terminal which is already connected to the running container.
1031
+
1032
+ **Note:** this is not a production ready server. Use it just for running tests or developing features & fixes.
1033
+
1034
+ #### Compiling Tailwind in devcontainer
1035
+
1036
+ The container has already a node preinstalled so it is possible to compile a new CSS. Open the terminal and run `npm install` which will install all dependencies and will create `node_modules` folder. Now, you can run npm commands for Tailwind as described in the previous chapter.
1037
+
1019
1038
  ## Credits
1020
1039
 
1021
1040
  - [TailwindCSS](https://tailwindcss.com/) - CSS framework
@@ -35,6 +35,7 @@ Did you decide to start using Unfold but you don't have time to make the switch
35
35
  - **Colors:** possibility to override default color scheme
36
36
  - **Third party packages:** default support for multiple popular applications
37
37
  - **Environment label**: distinguish between environments by displaying a label
38
+ - **VS Code**: project configuration and development container is included
38
39
 
39
40
  ## Table of contents <!-- omit from toc -->
40
41
 
@@ -70,6 +71,9 @@ Did you decide to start using Unfold but you don't have time to make the switch
70
71
  - [Pre-commit](#pre-commit)
71
72
  - [Poetry configuration](#poetry-configuration)
72
73
  - [Compiling Tailwind](#compiling-tailwind)
74
+ - [Using VS Code with containers](#using-vs-code-with-containers)
75
+ - [Development server](#development-server)
76
+ - [Compiling Tailwind in devcontainer](#compiling-tailwind-in-devcontainer)
73
77
  - [Credits](#credits)
74
78
 
75
79
  ## Installation
@@ -965,6 +969,7 @@ Before adding any source code, it is recommended to have pre-commit installed on
965
969
  pip install pre-commit
966
970
  pre-commit install
967
971
  pre-commit install --hook-type commit-msg
972
+ pre-commit run --all-files # Check if everything is okay
968
973
  ```
969
974
 
970
975
  ### Poetry configuration
@@ -992,6 +997,20 @@ Some components like datepickers, calendars or selectors in admin was not possib
992
997
 
993
998
  **Note:** most of the custom styles located in style.css are created via `@apply some-tailwind-class;` as is not possible to manually add CSS class to element which are for example created via jQuery.
994
999
 
1000
+ ### Using VS Code with containers
1001
+
1002
+ Unfold already contains prepared support for VS Code development. After cloning the project locally, open the main folder in VS Code (in terminal `code .`). Immediately, you would see a message from VS Code **Folder contains a Dev Container configuration file. Reopen folder to develop in a container** which will inform you that the support for containers is prepared. Confirm the message by clicking on **Reopen in Container**. If the message is not there, you can still manually open the project in a container by running the command **Dev Containers: Reopen in Container**.
1003
+
1004
+ #### Development server
1005
+
1006
+ Now the VS Code will build an image and install Python dependencies. After successful installation is completed, VS Code will spin a container and from now it is possible to directly develop in the container. Unfold contains an example development application with the basic Unfold configuration available under `tests/server`. Run `python manage.py runserver` within a `tests/server` folder to start a development Django server. Note that you have to run the command from VS Code terminal which is already connected to the running container.
1007
+
1008
+ **Note:** this is not a production ready server. Use it just for running tests or developing features & fixes.
1009
+
1010
+ #### Compiling Tailwind in devcontainer
1011
+
1012
+ The container has already a node preinstalled so it is possible to compile a new CSS. Open the terminal and run `npm install` which will install all dependencies and will create `node_modules` folder. Now, you can run npm commands for Tailwind as described in the previous chapter.
1013
+
995
1014
  ## Credits
996
1015
 
997
1016
  - [TailwindCSS](https://tailwindcss.com/) - CSS framework
@@ -1,21 +1,14 @@
1
1
  [tool.poetry]
2
2
  name = "django-unfold"
3
- version = "0.21.0"
3
+ version = "0.22.0"
4
4
  description = "Modern Django admin theme for seamless interface development"
5
5
  license = "MIT"
6
6
  readme = "README.md"
7
7
  authors = []
8
8
  homepage = "https://unfoldadmin.com"
9
9
  repository = "https://github.com/unfoldadmin/django-unfold"
10
- packages = [
11
- { include = "unfold", from = "src" },
12
- ]
13
- keywords = [
14
- "django",
15
- "admin",
16
- "tailwind",
17
- "theme",
18
- ]
10
+ packages = [{ include = "unfold", from = "src" }]
11
+ keywords = ["django", "admin", "tailwind", "theme"]
19
12
  classifiers = [
20
13
  "Programming Language :: Python",
21
14
  "Programming Language :: Python :: 3.8",
@@ -39,7 +32,6 @@ pytest-django = "^4.5.2"
39
32
  tox = "^4.5.2"
40
33
 
41
34
 
42
-
43
35
  [tool.poetry.group.dev.dependencies]
44
36
  python-semantic-release = "^8.7.0"
45
37
 
@@ -56,23 +48,19 @@ select = [
56
48
  "UP", # pyupgrade
57
49
  ]
58
50
  ignore = [
59
- "E501", # line too long, handled by black
60
- "B905", # zip() without strict=True
61
- "C901", # too complex
51
+ "E501", # line too long, handled by black
52
+ "B905", # zip() without strict=True
53
+ "C901", # too complex
62
54
  ]
63
55
 
64
56
  [tool.semantic_release]
65
57
  tag_format = "{version}"
66
58
  major_on_zero = true
67
- version_toml = [
68
- "pyproject.toml:tool.poetry.version"
69
- ]
59
+ version_toml = ["pyproject.toml:tool.poetry.version"]
70
60
 
71
61
  [tool.semantic_release.changelog]
72
62
  template_dir = ".github/templates"
73
- exclude_commit_patterns = [
74
- "chore: version bump"
75
- ]
63
+ exclude_commit_patterns = ["chore: version bump"]
76
64
 
77
65
  [tool.semantic_release.changelog.environment]
78
66
  trim_blocks = true
@@ -85,8 +73,9 @@ upload_to_vcs_release = false
85
73
  addopts = """\
86
74
  --strict-config
87
75
  --strict-markers
88
- --ds=tests.settings
76
+ --ds=example.settings
89
77
  """
78
+ pythonpath = "tests/server"
90
79
  django_find_project = false
91
80
 
92
81
  [build-system]
@@ -3,3 +3,4 @@ from django.apps import AppConfig
3
3
 
4
4
  class DefaultAppConfig(AppConfig):
5
5
  name = "unfold.contrib.filters"
6
+ label = "unfold_filters"
@@ -3,3 +3,4 @@ from django.apps import AppConfig
3
3
 
4
4
  class DefaultAppConfig(AppConfig):
5
5
  name = "unfold.contrib.forms"
6
+ label = "unfold_forms"