mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 15:33:09 +01:00
bc98c1ac8d
Deleted bootstrap5form dependance and 0.3 -> 0.4 upgrade paragraph.
27 lines
708 B
ReStructuredText
27 lines
708 B
ReStructuredText
Upgrading
|
|
=========
|
|
|
|
Your ``django-helpdesk`` installation can be upgraded to the latest version using the release notes below.
|
|
|
|
Prerequisites
|
|
-------------
|
|
|
|
Please consult the Installation instructions for general instructions and tips.
|
|
The tips below are based on modifications of the original installation instructions.
|
|
|
|
|
|
0.2 -> 0.3
|
|
----------
|
|
|
|
- Under `INSTALLED_APPS`, `bootstrapform` needs to be replaced with `bootstrap4form`
|
|
|
|
- Unless turning off `pinax_teams`, add the following to `INSTALLED_APPS` for `pinax_teams`::
|
|
|
|
"account",
|
|
"pinax.invitations",
|
|
"pinax.teams",
|
|
"reversion",
|
|
|
|
|
|
- If using `send_templated_mail`, then it now needs to be imported from `helpdesk.templated_email`
|