django-helpdesk/helpdesk/views
Daryl e5a6686c6d Ticket #403 - This code changes the behaviour of lookups for tickets and
ignores the queue name. This means that queue changes on a ticket dont
break the email links which have already been sent out.
The queue name still exists in the link/url, but is not used in the
lookup
2016-06-24 13:46:37 +12:00
..
__init__.py Moved all project files under a "helpdesk" directory. Should make it easier to use setup.py / pypi / whatever in the future. 2011-01-25 23:02:00 +00:00
api.py Changed render_to_response() to render() - this should work for django1.9.4 plus django1.10 2016-06-21 17:18:06 +12:00
feeds.py Improved support for custom user models 2014-10-22 16:18:04 +11:00
kb.py Changed render_to_response() to render() - this should work for django1.9.4 plus django1.10 2016-06-21 17:18:06 +12:00
public.py Ticket #403 - This code changes the behaviour of lookups for tickets and 2016-06-24 13:46:37 +12:00
staff.py Changed the way the context is passed to render() - this was required 2016-06-21 20:56:43 +12:00