Django Admin Interface Versions Save

:superhero: :zap: django's default admin interface with superpowers - customizable themes, popup windows replaced by modals and many other features.

0.28.6

2 months ago
  • [python] Fix date hierarchy params. #374 (by @jeroenpeters1986 in #375)
  • [js] Open any link with _popup=1 query-string parameter in a modal window.
  • [ci] Bump requirements.
  • [ci] Bump pre-commit hooks.

0.28.5

3 months ago
  • [css] Fix related widget height and buttons alignment when there is a multiline label.
  • [css] Fix inputs height when there is a multiline label.

0.28.4

3 months ago
  • [css] Fix header logo not displayed correctly.

0.28.3

3 months ago
  • [css] Fix help text horizontal alignment when using show-fieldsets-as-tabs / show-inlines-as-tabs theme options. #317
  • [css] Fix file-upload widget margin-left.
  • [css] Fix related widget links add button position on many-to-many selector.
  • [css] Fix related widget links margin from select2 (autocomplete_fields).
  • [css] Reduce paginator vertical padding.

0.28.2

3 months ago
  • [css] Fix related widget icon alignment. #348 #350

0.28.1

4 months ago
  • [python] Fix TemplateDoesNotExist when using django-nested-admin by returning custom template for other third-party packages. #341 (by @markdrrr in #342)
  • [html] Display language chooser language name uppercase.
  • [css] Move save buttons to right in change form.
  • [css] Fix related widget links icons size and vertical alignment.
  • [css] Fix admin raw_id_fields appearance.
  • [css] Fix autocomplete_fields appearance.
  • [ci] Bump requirements.

Contributors

0.28.0

4 months ago
  • [html] Remove old flat-theme body class.
  • [html] Remove type="text/css" and type="text/javascript" attributes.
  • [css] Fix filter input fields collapsing on different layouts. #338
  • [css] Fix paginator buttons height.
  • [css] Fix foldable-apps +/- button vertical alignment.
  • [css] Split admin-interface-fix.css CSS file into multiple files for easier debugging.
  • [css] Rename form-controls.css to sticky-form-controls.css.
  • [css] Move third-party compatibility CSS files to a third-party folder.
  • [css] Move related-modal.css to related-modal plugin folder.
  • [third-party] Update compatibility with django-streamfield.
  • [ci] Replace Black and isort with Ruff-format.
  • [ci] Bump pre-commit hooks.

0.27.0

5 months ago
  • Add Python 3.12 support.
  • Add Django 5.0 support.
  • Fix broken language-chooser with i18n_patterns(..., prefix_default_language=False). #327 (by @julianwachholz in #328)
  • Simplify language-chooser. #327 (by @julianwachholz in #328)
  • Speed-up test workflow.
  • Bump requirements.
  • Bump pre-commit hooks.

Contributors

0.26.1

8 months ago
  • Fix logout and theme buttons style. #246
  • Add Russian translation. (by @rustzzdevel in #295)
  • Update Italian translations.
  • Update Spanish translations. (by @smunoz-ml in #307)
  • Prevent multiple .collapse-toggle button.

0.26.0

11 months ago

What's Changed

Full Changelog: https://github.com/fabiocaccamo/django-admin-interface/compare/0.25.0...0.26.0