mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 13:37:56 +08:00
Updates Django test versions
This commit is contained in:
@@ -10,8 +10,8 @@ python:
|
||||
|
||||
env:
|
||||
- DJANGO=2.0
|
||||
- DJANGO=1.11.9
|
||||
- DJANGO=1.8.18
|
||||
- DJANGO=1.11.11
|
||||
- DJANGO=1.8.19
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
|
||||
@@ -31,7 +31,7 @@ Requirements
|
||||
- `Arrow <https://github.com/crsmithdev/arrow>`__
|
||||
- `Blessed <https://github.com/jquast/blessed>`__
|
||||
|
||||
Tested with: Python 2.7 & 3.6. Django 1.8.18, 1.11.9 and 2.0
|
||||
Tested with: Python 2.7 & 3.6. Django 1.8.19, 1.11.11 and 2.0.x
|
||||
|
||||
Brokers
|
||||
~~~~~~~
|
||||
|
||||
@@ -24,7 +24,7 @@ Features
|
||||
- Rollbar and Sentry support
|
||||
|
||||
|
||||
Django Q is tested with: Python 2.7 & 3.6. Django 1.8.18 LTS, 1.11.9 and 2.0
|
||||
Django Q is tested with: Python 2.7 & 3.6. Django 1.8.19 LTS, 1.11.11 and 2.0.x
|
||||
|
||||
Contents:
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ Django Q is tested for Python 2.7 and 3.6
|
||||
- `Django <https://www.djangoproject.com>`__
|
||||
|
||||
Django Q aims to use as much of Django's standard offerings as possible
|
||||
The code is tested against Django versions `1.8.18 LTS`, `1.11.9` and `2.0`.
|
||||
The code is tested against Django versions `1.8.19 LTS`, `1.11.11` and `2.0.x`.
|
||||
|
||||
- `Django-picklefield <https://github.com/gintas/django-picklefield>`__
|
||||
|
||||
@@ -139,7 +139,7 @@ You can reference the `requirements <https://github.com/Koed00/django-q/blob/mas
|
||||
Django
|
||||
~~~~~~
|
||||
We strive to be compatible with last two major version of Django.
|
||||
At the moment this means we support the 1.8.18 LTS, 1.11.9 and 2.0 releases.
|
||||
At the moment this means we support the 1.8.19 LTS, 1.11.11 and 2.0.x releases.
|
||||
|
||||
You might find that Django Q still works fine with Django 1.7,1.9 and 1.10, but new releases are no longer tested for it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user