diff --git a/README.rst b/README.rst index 5c074ef0..39d20cb4 100644 --- a/README.rst +++ b/README.rst @@ -26,12 +26,12 @@ Features Requirements ~~~~~~~~~~~~ -- `Django `__ > = 1.11.11 +- `Django `__ > = 1.11.23 - `Django-picklefield `__ - `Arrow `__ - `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` diff --git a/docs/index.rst b/docs/index.rst index f03f154f..b2223153 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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: diff --git a/docs/install.rst b/docs/install.rst index 79a8b0f2..40ec0a98 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -142,7 +142,7 @@ You can reference the `requirements