Django 1.6 released

This commit is contained in:
medmunds
2013-11-09 10:43:40 -08:00
parent 551de88604
commit b1b049962c
3 changed files with 5 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ env:
- DJANGO=django==1.3 - DJANGO=django==1.3
- DJANGO=django==1.4 - DJANGO=django==1.4
- DJANGO=django==1.5 - DJANGO=django==1.5
- DJANGO=https://github.com/django/django/tarball/master/1.6b4 - DJANGO=django==1.6
#- DJANGO=https://github.com/django/django/tarball/stable/1.6.x #- DJANGO=https://github.com/django/django/tarball/stable/1.6.x
matrix: matrix:
exclude: exclude:
@@ -20,7 +20,7 @@ matrix:
- python: "2.6" - python: "2.6"
env: DJANGO=django==1.5 env: DJANGO=django==1.5
- python: "2.6" - python: "2.6"
env: DJANGO=https://github.com/django/django/tarball/master/1.6b4 env: DJANGO=django==1.6
install: install:
- pip install -q $DJANGO --use-mirrors - pip install -q $DJANGO --use-mirrors
- pip install . --use-mirrors - pip install . --use-mirrors

View File

@@ -30,8 +30,8 @@ package. It includes:
via Django signals via Django signals
* An optional Django admin interface * An optional Django admin interface
Djrill is released under the BSD license. It is tested against Django 1.3, 1.4, and 1.5 Djrill is released under the BSD license. It is tested against Django 1.3---1.6
(including Python 3 support with Django 1.5). (including Python 3 support with Django 1.5+).
.. END shared-intro .. END shared-intro

View File

@@ -38,6 +38,7 @@ Djrill is `tested on Travis <https://travis-ci.org/brack3t/Djrill>`_ against:
* Django 1.3 on Python 2.6 and 2.7 * Django 1.3 on Python 2.6 and 2.7
* Django 1.4 on Python 2.6 and 2.7 * Django 1.4 on Python 2.6 and 2.7
* Django 1.5 on Python 2.7 and 3.2 * Django 1.5 on Python 2.7 and 3.2
* Django 1.6 on Python 2.7 and 3.2
The included tests verify that Djrill constructs the expected Mandrill API The included tests verify that Djrill constructs the expected Mandrill API
calls, without actually calling Mandrill or sending any email. So the tests calls, without actually calling Mandrill or sending any email. So the tests