Skip to content

Commit

Permalink
Update docs to recommend using django 3.2 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
gwasser committed Aug 20, 2021
1 parent 1559333 commit 00edddb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ django-helpdesk - A Django powered ticket tracker for small businesses.
.. image:: https://codecov.io/gh/django-helpdesk/django-helpdesk/branch/develop/graph/badge.svg
:target: https://codecov.io/gh/django-helpdesk/django-helpdesk

Copyright 2009-2020 Ross Poulton and django-helpdesk contributors. All Rights Reserved.
Copyright 2009-2021 Ross Poulton and django-helpdesk contributors. All Rights Reserved.
See LICENSE for details.

django-helpdesk was formerly known as Jutda Helpdesk, named after the
Expand Down Expand Up @@ -63,7 +63,7 @@ Installation
`django-helpdesk` requires:

* Python 3.6+
* Django 2.2 LTS (latest bugfix release highly recommended)
* Django 2.2 LTS or 3.2 LTS (recommend migration to 3.2 as soon as possible)

You can quickly install the latest stable version of `django-helpdesk`
app via `pip`::
Expand All @@ -83,7 +83,7 @@ and `docs/configuration.html`
Testing
-------

See quicktest.py for usage details
See `quicktest.py` for usage details.

Upgrading from previous versions
--------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Prerequisites
Before getting started, ensure your system meets the following recommended dependencies:

* Python 3.6+
* Django 2.2+, 3.x
* Django 2.2+ LTS or 3.2 LTS (strongly recommend migrating to 3.2 LTS as soon as possible)

Ensure any extra Django modules you wish to use are compatible before continuing.

Expand Down

0 comments on commit 00edddb

Please sign in to comment.