- Fixed wheel package
- Fixed setup classifiers
- Bump django-admin-tools to proper minimal version.
- Added Django 2.0 support.
- Removed Django 1.5 / 1.6 compatibility.
- Removed Python 2.6 support.
- Use new icons from www.flaticon.com
Backwards incompatible: The icon defaults have changed to use flat icons.
Please review and update your FLUENT_DASHBOARD_APP_ICONS
settings.
To keep using the old icon theme, add FLUENT_DASHBOARD_ICON_THEME = 'oxygen'
to your settings.
- Use new icons from www.flaticon.com
- Fix Python error in
ReturnToSiteItem
when custom admin urls have to url name set.
- Added Django 1.9 support
- Dropped Django 1.4 support
- Fixed CSS media inclusion for django-admin-tools 0.5.x Turns out both version need a different layout.
- Fixed CSS media inclusion for django-admin-tools 0.6
- Fixed Python 3 issue
- Added icons for fluentcms-googlemaps
- Added Django 1.8 compatibility
- Fixed Python 3 issue
- Allow passing all
DashboardModule
kwargs toFLUENT_DASHBOARD_APP_GROUPS
. - Added new Oxygen icons
- Fix assumption that varnish is installed because dashboardmods is.
- Fix showing disabled application groups in the menu
- Fix 500 error when PK is not an int.
- Fix missing icons for django-fluent-faq.
- Fix missing icons for django-fluent-comments.
- Fix error when primary keys are not an integer.
- Added more Oxygen icons.
- Added filebrowser icon.
- Fix custom user model support of Django 1.5.
- Fix requirements of extras_require cachestatus
- Hide cache status group by default.
- Fixed a packaging error,
dashboard.css
was missing in the dist.
- Added more Oxygen icons.
- Added icon for sharedcontent plugin of django-fluent-contents.
- Fixed
KeyError
when a model has add support, but no edit support. - Fixed icon layout when a model has no permissions to add/edit.
- Fixed welcome text in personal module, remove pages link if the user has no permission to edit pages.
- Bump required version of django-admin-tools to 0.5.1, which has Django 1.4/1.5 support.
- Fix dashboard icons when admin is mounted in a subpath (e.g.
/en/admin/
) - Added
fluent_dashboard/modules/personal_text.html
template to change the personal text easily. - Added
*.UserProfile
to the Administration group. - Added various Oxygen icons to assist other projects.
- Added
FLUENT_DASHBOARD_DEFAULT_MODULE
setting, to switch betweenAppList
,ModelList
, etc.. - Improved support for the
admin_tools.dashboard.modules.ModelList
module.
- Added dashboardmods integration, automatically detected.
- Added icons for django-fluent-pages, django-media-tree and django-fluent-blogs.
- Improved README setup
- Fixed requirements for readthedocs
- Fixed installation problems on Windows
First public release
- Renamed app to
fluent_dashboard
. - Added icons for
google_analytics
, Django CMS, FeinCMS, Zinnia, comments, tagging - Added icon theme switching
- Added documentation
- Added setup files
- Added settings:
FLUENT_DASHBOARD_CMS_PAGE_MODEL
FLUENT_DASHBOARD_CMS_APP_NAMES
FLUENT_DASHBOARD_CMS_MODEL_ORDER
- Improved frontend detection in
ReturnToSiteItem
- Changed icon paths to be relative from the
STATIC_URL
. - Changed
FLUENT_DASHBOARD_APP_GROUPS
items to dictionary layout - Fixed model name detection when using a subdirectory.
- Fixed sorting in menu.
Initial internal release