CAN HAZ DJANGO 1.8

pull/1211/merge
Matt Westcott 2015-04-27 15:21:56 +01:00
rodzic 9f9c991364
commit 9ebd6979ae
3 zmienionych plików z 7 dodań i 5 usunięć

Wyświetl plik

@ -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:

Wyświetl plik

@ -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)

Wyświetl plik

@ -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
~~~~~~~~~~~~~