File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- Changes in 1.0a1 (2016-05-08 )
5
- -----------------------------
4
+ Changes in 1.0 (2018-01-22 )
5
+ ---------------------------
6
6
7
- * Use new icons, from www.flaticon.com
7
+ * Added Django 2.0 support.
8
+ * Use new icons from www.flaticon.com
8
9
9
10
**Backwards incompatible: ** The icon defaults have changed to use flat icons.
10
11
Please review and update your ``FLUENT_DASHBOARD_APP_ICONS `` settings.
11
12
To keep using the old icon theme, add ``FLUENT_DASHBOARD_ICON_THEME = 'oxygen' `` to your settings.
12
13
13
14
15
+ Released as 1.0a1 (2016-05-08)
16
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17
+
18
+ * Use new icons from www.flaticon.com
19
+
20
+
14
21
Changes in version 0.6.1 (2016-01-21)
15
22
-------------------------------------
16
23
Original file line number Diff line number Diff line change 1
1
# following PEP 440
2
- __version__ = "1.0a1 "
2
+ __version__ = "1.0 "
You can’t perform that action at this time.
0 commit comments