diff --git a/.travis.yml b/.travis.yml index 14452132..a9ef9f96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,6 @@ python: - "3.7" env: - - DJANGO=2.0.13 - - DJANGO=2.1.8 - DJANGO=2.2 install: diff --git a/README.rst b/README.rst index 3a52f07b..bd408a84 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ Installation `django-helpdesk` requires: * Python 3.5+ -* Django 2.x (2.2 LTS preferred) +* Django 2.2 LTS (latest bugfix release highly recommended) You can quickly install the latest stable version of `django-helpdesk` app via `pip`:: diff --git a/requirements.txt b/requirements.txt index 27a03969..39c04244 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django>=2,<3 +Django>=2.2,<3 django-bootstrap4-form celery django-celery-beat