Set Django 2.2 LTS as the default for the 0.3 release

This commit is contained in:
Garret Wassermann 2019-04-01 21:35:09 -04:00
parent 9ca7f9fb46
commit 7f19828a0e
2 changed files with 4 additions and 3 deletions

View File

@ -7,8 +7,9 @@ python:
- "3.7"
env:
- DJANGO=2.0.9
- DJANGO=2.1.4
- DJANGO=2.0.13
- DJANGO=2.1.8
- DJANGO=2.2
install:
- pip install -q Django==$DJANGO

View File

@ -63,7 +63,7 @@ Installation
`django-helpdesk` requires:
* Python 3.5+
* Django 2.x
* Django 2.x (2.2 LTS preferred)
You can quickly install the latest stable version of `django-helpdesk`
app via `pip`::