kopia lustrzana https://github.com/wagtail/wagtail
CAN HAZ DJANGO 1.8
rodzic
9f9c991364
commit
9ebd6979ae
|
@ -16,11 +16,6 @@ matrix:
|
|||
- env: TOXENV=py34-dj18-postgres
|
||||
- env: TOXENV=py34-dj18-sqlite
|
||||
- env: TOXENV=py34-dj18-mysql
|
||||
allow_failures:
|
||||
- env: TOXENV=py27-dj18-postgres
|
||||
- env: TOXENV=py34-dj18-postgres
|
||||
- env: TOXENV=py34-dj18-sqlite
|
||||
- env: TOXENV=py34-dj18-mysql
|
||||
|
||||
# Services
|
||||
services:
|
||||
|
|
|
@ -7,6 +7,7 @@ Changelog
|
|||
* Added StreamField, a model field for freeform page content
|
||||
* Added Wagtail API, a module for creating a RESTful API for your content
|
||||
* MySQL support
|
||||
* Django 1.8 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.
|
||||
* Menu items of custom apps are now highlighted when being used (Josh Barr)
|
||||
|
|
|
@ -30,6 +30,12 @@ MySQL support
|
|||
Wagtail now officially supports MySQL as a database backend.
|
||||
|
||||
|
||||
Django 1.8 support
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Wagtail now officially supports running under Django 1.8.
|
||||
|
||||
|
||||
Minor changes
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue