django-helpdesk/helpdesk/views
Alex Seeholzer 2da16c511c updates to remove Django 1.10 deprecation warnings in Django 1.9:
- use of patterns() in urls.py is deprecated
- render() functions accept only dicts - introduced checks to ensure downward compatibility back to Django 1.7
2015-12-10 13:36:24 +01: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 From gettatr to get, because dict doesn't contatin attributes. 2015-11-12 17:31:14 +03: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 updates to remove Django 1.10 deprecation warnings in Django 1.9: 2015-12-10 13:36:24 +01:00