mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-01 05:10:47 +02:00
.github
.tx
demo
docs
Makefile
api.rst
conf.py
configuration.rst
custom_fields.rst
custom_templates.rst
iframe_submission.rst
index.rst
install.rst
license.rst
settings.rst
spam.rst
standalone.rst
teams.rst
upgrade.rst
webhooks.rst
helpdesk
standalone
.coveragerc
.dockerignore
.flake8
.gitignore
.isort.cfg
.pylintrc
.readthedocs.yaml
AUTHORS
CONTRIBUTING.rst
LICENSE
LICENSE.3RDPARTY
MANIFEST.in
Makefile
README.rst
SECURITY.md
build_project.sh
constraints-Django32.txt
constraints-Django4.txt
pyproject.toml
quicktest.py
requirements-dev.txt
requirements-no-pinax.txt
requirements-testing.txt
requirements.txt
setup.py
tox.ini
7 lines
574 B
ReStructuredText
7 lines
574 B
ReStructuredText
Custom Fields
|
|
=============
|
|
|
|
django-helpdesk supports custom fields on the ``Ticket`` model. These fields are created by using the Django administration tool, and are shown on both the public and staff submission forms. You can use most Django field types including text, integer, boolean, and list.
|
|
|
|
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.
|