Browse Source

CAN HAZ DJANGO 1.8

Matt Westcott 10 years ago
parent
commit
9ebd6979ae
3 changed files with 7 additions and 5 deletions
  1. 0 5
      .travis.yml
  2. 1 0
      CHANGELOG.txt
  3. 6 0
      docs/releases/1.0.rst

+ 0 - 5
.travis.yml

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

+ 1 - 0
CHANGELOG.txt

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

+ 6 - 0
docs/releases/1.0.rst

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