Releases: gbdlin/django-admin-toolbox
Releases · gbdlin/django-admin-toolbox
v1.0.0.dev29
What's Changed
- fixes python version requirement syntax for poetry by @originell in #10
New Contributors
- @originell made their first contribution in #10
Full Changelog: v1.0.0.dev28...v1.0.0.dev29
v1.0.0.dev28
- Added ability to choose which sidebar should be rendered (defaults to
default
by specifyingtoolbox_sidebar_name
context variable.
v1.0.0.dev27
- On Django 2.1,
admin_static
was deprecated and removed in Django 3.0
in favor of plainstatic
. 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,
createadmin/base_site.html
template being an exact copy of original
Djangoadmin/base_site.html
template and add emptyresponsive
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
- Changed attribute in model.Meta to fetch model icon.
v1.0.0.dev25
- Fixed regression on font awesome icons not loading.
v1.0.0.dev24
- 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
Fix invalid argument in upload_artifacts in releases uploader script.
v1.0.0.dev22
Fix uploading to Github.
v1.0.0.dev21
Exclude upload tools from packages
v1.0.0.dev20
Set twine upload only for valid tags