Merge pull request #263 from Koed00/package_update_9_10

Updates packages and Django version
This commit is contained in:
Ilan Steemers
2017-10-09 12:46:11 +02:00
committed by GitHub
4 changed files with 20 additions and 20 deletions

View File

@@ -9,8 +9,8 @@ python:
- "3.6"
env:
- DJANGO=1.11
- DJANGO=1.10.7
- DJANGO=1.11.6
- DJANGO=1.10.8
- DJANGO=1.8.18
sudo: false

View File

@@ -24,7 +24,7 @@ Features
- Rollbar support
Django Q is tested with: Python 2.7 & 3.6. Django 1.8.18 LTS, 1.10.7 and 1.11
Django Q is tested with: Python 2.7 & 3.6. Django 1.8.18 LTS, 1.10.8 and 1.11.6
Contents:

View File

@@ -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.10.7` and `1.11`.
The code is tested against Django versions `1.8.18 LTS`, `1.10.8` and `1.11.6`.
- `Django-picklefield <https://github.com/gintas/django-picklefield>`__
@@ -112,7 +112,7 @@ Other known issues are:
Python
~~~~~~
The code is always tested against the latest version of Python 2 and Python 3 and we try to stay compatible with the last two versions of each.
Current tests are performed with Python 2.7.12 and 3.6.1
Current tests are performed with Python 2.7.14 and 3.6.3
If you do encounter any regressions with earlier versions, please submit an issue on `github <https://github.com/Koed00/django-q>`__
.. note::
@@ -128,7 +128,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.10.7 and 1.11 releases.
At the moment this means we support the 1.8.18 LTS, 1.10.8 and 1.11.2 releases.
You might find that Django Q still works fine with Django 1.7 and 1.9, but new releases are no longer tested for it.

View File

@@ -6,22 +6,22 @@
#
arrow==0.10.0
blessed==1.14.2
boto3==1.4.4
botocore==1.5.35 # via boto3, s3transfer
django-picklefield==0.3.2
django-redis==4.7.0
docutils==0.13.1 # via botocore
boto3==1.4.7
botocore==1.7.25 # via boto3, s3transfer
django-picklefield==1.0.0
django-redis==4.8.0
docutils==0.14 # via botocore
future==0.16.0
hiredis==0.2.0
iron-core==1.2.0 # via iron-mq
iron-mq==0.9
jmespath==0.9.2 # via boto3, botocore
psutil==5.2.1
pymongo==3.4.0
python-dateutil==2.6.0 # via arrow, botocore, iron-core
redis==2.10.5
requests==2.13.0 # via iron-core, rollbar
rollbar==0.13.11
s3transfer==0.1.10 # via boto3
six==1.10.0 # via blessed, python-dateutil, rollbar
jmespath==0.9.3 # via boto3, botocore
psutil==5.3.1
pymongo==3.5.1
python-dateutil==2.6.1 # via arrow, botocore, iron-core
redis==2.10.6
requests==2.18.4 # via iron-core, rollbar
rollbar==0.13.13
s3transfer==0.1.11 # via boto3
six==1.11.0 # via blessed, python-dateutil, rollbar
wcwidth==0.1.7 # via blessed