Merge 0.2.17 release into develop

This commit is contained in:
Garret Wassermann
2019-08-27 21:53:25 -04:00
9 changed files with 78 additions and 8 deletions

View File

@ -5,4 +5,4 @@ django-helpdesk supports custom fields on the ``Ticket`` model. These fields are
The demo at http://django-helpdesk-demo.herokuapp.com contains an example of each type of custom field, including a mix of mandatory and optional fields.
Custom fields are relatively inefficient, and you cannot search by them. They can be useful for tracking extra information that your organisation needs but that isn't supported out of the box.
Custom fields are relatively inefficient; you can search them, but this might degrade performance of your installation if you make use of custom fields. They can be useful for tracking extra information that your organisation needs but that isn't supported out of the box.

View File

@ -7,9 +7,9 @@ Installation
Prerequisites
-------------
Before getting started, ensure your system meets the following dependencies:
Before getting started, ensure your system meets the following recommended dependencies:
* Python 3.5+
* Python 3.6+
* Django 2.x
Ensure any extra Django modules you wish to use are compatible before continuing.