Skip to content

Commit

Permalink
Bump Django LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Aug 10, 2019
1 parent 5ca8b75 commit 9f97a90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Features
Requirements
~~~~~~~~~~~~

- `Django <https://www.djangoproject.com>`__ > = 1.11.11
- `Django <https://www.djangoproject.com>`__ > = 1.11.23
- `Django-picklefield <https://github.com/gintas/django-picklefield>`__
- `Arrow <https://github.com/crsmithdev/arrow>`__
- `Blessed <https://github.com/jquast/blessed>`__

Tested with: Python 3.6. 3.7 Django 1.11.x and 2.1.x
Tested with: Python 3.6. 3.7 Django 1.11.x and 2.2.x

.. warning:: Since Python 3.7 `async` became a reserved keyword and was refactored to `async_task`

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Features
- Rollbar and Sentry support


Django Q is tested with: Python 3.6. and 3.7, Django 1.11.x LTS and 2.1.x
Django Q is tested with: Python 3.6. and 3.7, Django 1.11.x LTS and 2.2.x


Contents:
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,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.11.x and 2.1.x releases.
At the moment this means we support the 1.11.x and 2.2.x releases.

Since we are now no longer supporting Python 2, we can also not support older versions of Django that do not support Python 3.
For this you can always use the pre 1.0 release, but it's no longer maintained.
Expand Down

0 comments on commit 9f97a90

Please sign in to comment.