mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-13 19:40:59 +00:00
Temporarily pinned Django versions
There appears to be a bug in Django 1.9.1/1.8.7 causing the migrations to fail.
This commit is contained in:
parent
685592107a
commit
de93b14a08
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -39,8 +39,8 @@ deps =
|
|||
coverage
|
||||
|
||||
dj17: Django>=1.7.1,<1.8
|
||||
dj18: Django>=1.8,<1.9
|
||||
dj19: Django>=1.9,<1.10
|
||||
dj18: Django==1.8.7 # Temporily pinned to work around bug in Django 1.8.8
|
||||
dj19: Django==1.9.0 # Temporily pinned to work around bug in Django 1.9.1
|
||||
postgres: psycopg2>=2.6
|
||||
mysql: mysqlclient==1.3.6
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue