Skip to content

Releases: gbdlin/django-admin-toolbox

v1.0.0.dev29

24 Sep 13:42
Compare
Choose a tag to compare

What's Changed

  • fixes python version requirement syntax for poetry by @originell in #10

New Contributors

Full Changelog: v1.0.0.dev28...v1.0.0.dev29

v1.0.0.dev28

15 Jun 13:24
99f11e1
Compare
Choose a tag to compare
v1.0.0.dev28 Pre-release
Pre-release
  • Added ability to choose which sidebar should be rendered (defaults to
    default by specifying toolbox_sidebar_name context variable.

v1.0.0.dev27

15 Jun 10:47
58dec42
Compare
Choose a tag to compare
v1.0.0.dev27 Pre-release
Pre-release
  • On Django 2.1, admin_static was deprecated and removed in Django 3.0
    in favor of plain static. This change is backwards compatible with
    Django 2.0 and Django 1.11, as it was already just an alias for
    static on those versions of Django.
  • Added missing admin RWD styles introduced in Django 2.0. This change
    may introduce some 404 errors on Django 1.11, as those stylesheet
    files are not present on this Django version. If this is an issue,
    create admin/base_site.html template being an exact copy of original
    Django admin/base_site.html template and add empty responsive
    block into it.
  • Reverted indentation and HTML tags ending style of customized
    admin/base.html file to match original Django file. This makes
    spotting any changes of this file in new Django versions easier.

v1.0.0.dev26

09 Jun 17:50
Compare
Choose a tag to compare
v1.0.0.dev26 Pre-release
Pre-release
  • Changed attribute in model.Meta to fetch model icon.

v1.0.0.dev25

09 Jun 17:39
Compare
Choose a tag to compare
v1.0.0.dev25 Pre-release
Pre-release
  • Fixed regression on font awesome icons not loading.

v1.0.0.dev24

09 Jun 17:31
Compare
Choose a tag to compare
v1.0.0.dev24 Pre-release
Pre-release
  • Added warning about current instability of this project.
  • Fixed breadcrumbs displaying on login page. Added option to re-enable it.
  • Added option to disable breadcrumbs alltogether if requirements are not met.
  • Bumped font-awesome version to 5.9.0. It is not possible yet to use any other subclass than fa, but v4 compatibility
    shim is active
  • Documented breadcrumbs.

v1.0.0.dev23

08 May 07:23
Compare
Choose a tag to compare
v1.0.0.dev23 Pre-release
Pre-release
Fix invalid argument in upload_artifacts in releases uploader script.

v1.0.0.dev22

08 May 07:18
Compare
Choose a tag to compare
v1.0.0.dev22 Pre-release
Pre-release
Fix uploading to Github.

v1.0.0.dev21

08 May 07:10
Compare
Choose a tag to compare
v1.0.0.dev21 Pre-release
Pre-release
Exclude upload tools from packages

v1.0.0.dev20

06 May 08:45
Compare
Choose a tag to compare
v1.0.0.dev20 Pre-release
Pre-release
Set twine upload only for valid tags