mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-09 00:04:50 +02:00
Merge 0.2.17 release into develop
This commit is contained in:
@ -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.
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user