forked from extern/django-helpdesk
Set Django 2.2 LTS as the default for the 0.3 release
This commit is contained in:
parent
9ca7f9fb46
commit
7f19828a0e
@ -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
|
||||
|
@ -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`::
|
||||
|
Loading…
Reference in New Issue
Block a user