* Added support for Django 3.0, 3.2 and 4.0, on supported Python versions (47) * Removed merge conflicts from CSS-file (46) * Moved to Github actions (61)
1.5.0
=====
* Updated package metadata * Added setting ``ADMIN_INDEX_DISPLAY_DROP_DOWN_MENU_CONDITION_FUNCTION`` to provide more control on when to display/hide the dropdown menu. The default implementation is backwards compatible.
1.4.0
=====
* Fixed 31 -- Prevent excessive queries by changing the context processor to template tags (thanks svenvandescheur). * Fixes 41 -- Added missing migration. * Fixed 34 -- Don't show item if the menu item URL is undefined. * Fixed 33 -- Don't show a warning if the Django Admin AppConfig is overriden. * Fixed 29 -- Added screenshots to README.
1.3.1
=====
*July 21, 2020*
* Added active dashboard link tests for different perms. * Added shadow to dropdown. * Fixed active menu item for groups without change/read permission. * Updated npm package requirements (only needed for development).
1.3.0
=====
*January 20, 2020*
* Removed Django 1.11 support. * Removed Python 2.7 support. * Added Django 3.0 support. * Added support for Python 3.8 (for eligable Django versions). * Updated Travis CI config to test all supported Python and Django versions. * Now depends on ``django-ordered-model`` version 3.0 (or higher)
1.2.3
=====
*January 16, 2020*
* Fixed incorrect menu positioning (white line showing).