Commit 9bf243aa by Florian Apolloner

Finished Django 1.6 support.

parent c6d4420c
...@@ -7,8 +7,8 @@ python: ...@@ -7,8 +7,8 @@ python:
- "3.3" - "3.3"
env: env:
# - DJANGO=https://github.com/django/django/archive/master.tar.gz - DJANGO=https://github.com/django/django/archive/master.tar.gz
- DJANGO=django==1.5 --use-mirrors - DJANGO=django==1.5.1 --use-mirrors
- DJANGO=django==1.4.5 --use-mirrors - DJANGO=django==1.4.5 --use-mirrors
install: install:
......
...@@ -4,12 +4,9 @@ Changelog ...@@ -4,12 +4,9 @@ Changelog
0.11.0 (unreleased) 0.11.0 (unreleased)
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
* Support for Django 1.6.
* Python3 support * Python3 support
* *Backwards incompatible* Dropped support for Django < 1.4.5. * *Backwards incompatible* Dropped support for Django < 1.4.5.
0.10.0
~~~~~~
* Tag names are unique now, use the provided South migrations to upgrade. * Tag names are unique now, use the provided South migrations to upgrade.
0.9.2 0.9.2
......
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
license-file = LICENSE license-file = LICENSE
[wheel] [wheel]
universal=1 # use py2.py3 tag for pure-python dist universal=1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment