Django-admin-tools

Latest version: v0.9.3

Safety actively analyzes 626403 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.7.2

-------------------------------

Bugfix release.

* Removed the config check that was causing issues in certain situations, we now use the builtin django system checks framework
* Removed superfluous "trans" calls in admin_tools templates
* Full PEP8 compliance

0.7.1

--------------------------------

Bugfix release.
This release fixes an incompatibility with ``django.template.loaders.cached.Loader``.

0.7.0

-------------------------------

* IMPORTANT INFORMATION, PLEASE READ: *

Starting from this version (0.7.0) you must add ``admin_tools.template_loaders.Loader`` to your templates loaders variable in your settings file, see here for details:
https://django-admin-tools.readthedocs.io/en/latest/configuration.html

Change log:

* Support for Django 1.9 and the new admin flat theme
* Added a custom template loader (based on django-apptemplates) that allows us to extends admin templates instead of overriding them
* Fixed a lot of warnings
* Fixed other minor issues and typos

0.6.0

---------------------------

* VERY IMPORTANT INFORMATION, PLEASE READ: *

Starting from this version (0.6.0) django-admin-tools is no longer compatible with Django 1.6 or lower.

Users of older django version should use the 0.5.2 version available on pypi.

If you are already using django-admin-tools with django <= 1.6, be sure to pin your requirements file to a specific version, eg:

0.5.2

------------------------------

* Added django 1.5 and 1.6 support
* Django 1.7 is supported but migrations still using south
* Added python 3 support
* Add some blocks to facilitate template inheritance
* Add management command to remove the dashboard preferences
* Fixed issue 126 (feedparser deprecation warning)
* Fixed issue 133 (recent Actions links have an unecessary /admin/ prefix)
* Use i18n app name in app_list, menu and breadcrumb of app_index
* Use user.get_short_name and user.get_username in admin header (fixes 121)
* Better docstring for AppList and ModelList modules
* Eliminated jumping to top of page when clicking collapse/add/remove buttons on dashboard modules

Thanks to all the folks who contributed to this release.

0.5.1

-----------------------------

**Bugfix release, everyone using django < 1.5 should upgrade**

This release fixes a bug that was breaking the LinkList dashboard module
(thanks Iacopo Spalletti for the pull request).

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.