Django 1.8 release

This commit is contained in:
medmunds
2015-05-11 17:07:02 -07:00
parent d91e2c2f91
commit adfc9f4a47
2 changed files with 5 additions and 5 deletions

View File

@@ -38,13 +38,13 @@ matrix:
env: DJANGO=django==1.7
- python: "pypy"
env: DJANGO=django==1.7
# Django 1.8beta: "Python 2.7 or above"
# Django 1.8: "Python 2.7 or above"
- python: "2.7"
env: DJANGO=django==1.8b1
env: DJANGO=django==1.8
- python: "3.4"
env: DJANGO=django==1.8b1
env: DJANGO=django==1.8
- python: "pypy"
env: DJANGO=django==1.8b1
env: DJANGO=django==1.8
install:
- pip install -q $DJANGO
- pip install .

View File

@@ -10,7 +10,7 @@ major version number (1.x to 2.0).
Version 1.4 (development):
* Django 1.8 beta support
* Django 1.8 support
* Support new Django 1.8 EmailMessage reply_to param.
(Specifying a :ref:`Reply-To header <message-headers>`
still works, with any version of Django,