django-helpdesk/helpdesk/views
2015-06-11 14:31:49 +07: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 Remove extra space line 2015-04-14 16:29:47 -04:00
feeds.py Improved support for custom user models 2014-10-22 16:18:04 +11:00
kb.py small fixes and translation 2011-09-01 13:01:03 +02:00
public.py Merge 2015-04-28 09:13:54 +10:00
staff.py As of at least Django 1.5, calling __str__() on a CHOICES object returns a proxy object, not the actual text of the CHOICE. Change such calls to title() instead 2015-06-11 14:31:49 +07:00