From adfc9f4a473d024dec5f28821cf7cd8aa65711c2 Mon Sep 17 00:00:00 2001 From: medmunds Date: Mon, 11 May 2015 17:07:02 -0700 Subject: [PATCH] Django 1.8 release --- .travis.yml | 8 ++++---- docs/history.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b3f6467..23deef5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 . diff --git a/docs/history.rst b/docs/history.rst index 448ed65..862e9f1 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -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 ` still works, with any version of Django,