release note for MySQL support

pull/1112/head
Matt Westcott 2015-03-27 15:13:15 +00:00
rodzic adc3d4b325
commit 52505fee21
2 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -4,6 +4,8 @@ Changelog
0.9 (xx.xx.xxxx)
~~~~~~~~~~~~~~~~
* Added StreamField, a model field for freeform page content
* MySQL support
* 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.
* Added thousands separator for counters on dashboard

Wyświetl plik

@ -16,6 +16,12 @@ StreamField - a field type for freeform content
StreamField provides an editing model for freeform content such as blog posts and news stories, allowing diverse content types such as text, images, headings, video and more specialised types such as maps and charts to be mixed in any order. See :ref:`streamfield`.
MySQL support
~~~~~~~~~~~~~
Wagtail now officially supports MySQL as a database backend.
Minor changes
~~~~~~~~~~~~~