mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-30 03:24:55 +00:00
Changelog/release note for #1388
This commit is contained in:
parent
0e91aa46fd
commit
5538b73e9e
2 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ Changelog
|
|||
* MySQL support
|
||||
* Django 1.8 support
|
||||
* Removed dependency on libsass (Tim Heap)
|
||||
* Users without usernames can now be created and edited in the admin interface (Tim Heap)
|
||||
* Added update notifications
|
||||
* Javascript includes in the admin backend have been moved to the HTML header, to accommodate form widgets that render inline scripts that depend on libraries such as jQuery
|
||||
* Improvements to the layout of the admin menu footer.
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ Minor changes
|
|||
* Dropped Python 2.6 and 3.2 support
|
||||
* Dropped Elasticsearch 0.90.x support
|
||||
* Removed dependency on ``libsass``
|
||||
* Users without usernames can now be created and edited in the admin interface
|
||||
|
||||
|
||||
Core
|
||||
|
|
|
|||
Loading…
Reference in a new issue