django-admin-interface

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

MIT License

Downloads
154.7K
Stars
1.8K
Committers
32

Bot releases are hidden (Show)

django-admin-interface - 0.28.9 Latest Release

Published by fabiocaccamo about 1 month ago

  • [css] Add missing background color variable.
  • [css] Fix fieldsets border color.
  • [css] Fix fieldset collapse header style.
  • [css] Prevent changelist table text wrapping.
  • [html] Show theme toggle.
  • [ci] Bump test requirements.
  • [ci] Bump pre-commit hooks.
django-admin-interface - 0.28.8

Published by fabiocaccamo 4 months ago

  • [js] Fix invalid assignment to const iframeInternalModalClass.
django-admin-interface - 0.28.7

Published by fabiocaccamo 4 months ago

  • [html] Fix missing check for showing inlines as tabs. #390
  • [css] Improve m2m selector style.
  • [css] Fix m2m selector not styled correctly. #393
  • [css] Update related-widget links margins.
  • [css] Use position: fixed; for related modal.
  • [css] Improve html list preview rendering with django-streamfield.
  • [js] Code refactoring for adding modal params to url and use const and let instead of var.
  • [ci] Bump pre-commit hooks.
django-admin-interface - 0.28.6

Published by fabiocaccamo 7 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.
django-admin-interface - 0.28.5

Published by fabiocaccamo 9 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.
django-admin-interface - 0.28.4

Published by fabiocaccamo 9 months ago

  • [css] Fix header logo not displayed correctly.
django-admin-interface - 0.28.3

Published by fabiocaccamo 9 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.
django-admin-interface - 0.28.2

Published by fabiocaccamo 9 months ago

  • [css] Fix related widget icon alignment. #348 #350
django-admin-interface - 0.28.1

Published by fabiocaccamo 10 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

django-admin-interface - 0.28.0

Published by fabiocaccamo 10 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.
django-admin-interface - 0.27.0

Published by fabiocaccamo 11 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

django-admin-interface - 0.26.1

Published by fabiocaccamo about 1 year 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.
django-admin-interface - 0.26.0

Published by fabiocaccamo over 1 year ago

What's Changed

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

django-admin-interface - 0.25.0

Published by fabiocaccamo over 1 year ago

  • Add Django 4.2 support.
  • Drop Django 2.2 support.
  • Fix date_hierarchy with multiple fields (ForeignKey). #244
  • Fix tabs not working with non-ASCII alphanumeric characters. #237
  • Fix multidb tests.
  • Add css_generic_link_active_color field to use on active tab (tabbed changeform). #232
  • Replace flake8 with Ruff.
  • Switch from setup.py to pyproject.toml.
  • Add pyupgrade to pre-commit config.
  • Add django-upgrade to pre-commit hooks.
  • Upgrade syntax for Python >= 3.8.
  • Run pre-commit also with tox.
  • Reformat migrations.
  • Bump requirements.
  • Bump pre-commit hooks.
  • Pin test requirements.
  • Add pull request template.
  • Add CODE_OF_CONDUCT.md. #238
  • Rename default branch from master to main.
django-admin-interface - 0.24.2

Published by fabiocaccamo almost 2 years ago

What's Changed

  • Fix modal and popup opening at the same time. #228
  • Make Theme.get_active_theme class method a manager method. (by @MounirMesselmeni in #230)

New Contributors

django-admin-interface - 0.24.1

Published by fabiocaccamo almost 2 years ago

What's Changed

  • Fix modal opener buttons not working when added to the DOM asynchronously. #228
  • [css] Improve changelist filter margins.
django-admin-interface - 0.24.0

Published by fabiocaccamo almost 2 years ago

What's Changed

  • Drop Python < 3.8 and Django < 2.2 versions support. (by @merwok in #220)
  • Replace str.format with f-strings.
  • Remove post_migrate signal handler and multi db test.
  • Add german translation. (by @derzinn in #222)
  • Include date hierarchy in quick removal links (by @merwok in #218)
  • Fix broken tabbed inline name. (by @VaZark in #221)
  • Minor cleanups. (by @merwok in #225)
  • Bump actions and requirements.
  • [css] Fix inlines vertical alignement. (by @VaZark in #201)
  • [css] Fix tabbed changeform tabs text color on focus. (by @VaZark in #223)
  • [CI] Add Farsi language to tests.settings.LANGUAGES. (by @merwok)
  • [CI] Update pre-commit config.
  • [CI] Automate package build and publish on PyPI.

New Contributors

django-admin-interface - 0.23.0

Published by fabiocaccamo almost 2 years ago

What's Changed

  • Add Python 3.11 support.
  • Add tabbed changeform support. (by @VaZark in #211)
  • Fix #208 / Do not assume active DB when not specified. (by @VaZark in #210)
  • Update translations.
  • Bump actions and requirements.
  • [css] Adjust list filter dropdown vertical margins.
  • [css] Improve nav filter style. #214
  • [css] Improve language chooser style.
  • [css] Reduce secondary scrollbars size.
  • [CI] Update dependabot.yml
  • [CI] Add pre-commit-autoupdate.yml workflow.
  • [CI] Update pre-commit hooks.
django-admin-interface - 0.22.2

Published by fabiocaccamo almost 2 years ago

What's Changed

  • [CI] Add django 4.1 to tests.
  • [CI] Add pre-commit with black, isort and flake8.
  • Respect using in signals. #199 (by @VaZark in #200)
  • Remove translations line numbers to avoid lint step failures.

New Contributors

django-admin-interface - 0.22.1

Published by fabiocaccamo about 2 years ago

  • Fix KeyError raised by django-rangefilter.
  • [css] Add django-rangefilter style optimizations.
  • [css] Fix list-filter dropdown vertical margins.
  • [css] Fix calendar prev/next arrows style.
Package Rankings
Top 2.17% on Pypi.org
Badges
Extracted from project README
Related Projects