django-helpdesk/helpdesk/views
Will Stott b7a97183cb Never return None from views.public.create_ticket
Would create a 500 when user omitted their email. Only a partial improve. Added a TODO: as this view still breaks if passing non-numeric characters to the ID.

I assume this needs a full overhaul really.
2017-04-13 11:30:29 +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
feeds.py Fixing style (according to branch 'autocodestyle') + quicktest 2016-10-24 08:04:31 +02:00
kb.py Initial general clean-up of stuff 2016-10-21 17:14:12 +02:00
public.py Never return None from views.public.create_ticket 2017-04-13 11:30:29 +01:00
staff.py Added tests covering the usersettings_helpdesk occurrences 2017-01-13 17:37:10 +01:00