django-helpdesk/helpdesk
Daryl 558f140bfb Changed render_to_response() to render() - this should work for django1.9.4 plus django1.10
Without this change, django1.10 is missing the 'user' object from the context, which results in
a very hard to track down bug manifesting in ;
"NoReverseMatch: Reverse for 'helpdesk_rss_user' with arguments '('',)' and keyword arguments '{}' not found."
At first glance users may think this is the dots-in-usernames bug, but the username is totally missing.
2016-06-21 17:18:06 +12:00
..
fixtures Rename initial_data.json to emailtemplate.json 2015-01-14 15:49:08 +01:00
locale Add new locales: th, ca, lv, tr_TR, he_IL, pt_PT 2015-12-22 11:35:59 +11:00
management UPDATED: print statements to be Python 3.x compatible 2016-03-01 17:01:58 -03:00
migrations Nullable "default_owner" field added to Queue model 2016-02-17 11:40:08 +03:00
south_migrations Added south migration to populate the initially existing users with usersettings. 2015-02-11 13:14:36 +01:00
static/helpdesk Merge branch 'master' into template-cleanup 2014-07-26 14:03:08 +02:00
templates/helpdesk Update ticket_cc_list.html 2016-06-09 12:41:12 +12:00
templatetags Fix: _meta.module_name deprecated in django1.8 2016-01-23 12:25:17 -08:00
tests change basic features of membership into permissions 2015-12-16 22:27:05 +01:00
views Changed render_to_response() to render() - this should work for django1.9.4 plus django1.10 2016-06-21 17:18:06 +12:00
__init__.py Revert "Make sure custom user logic works with Django 1.4" 2014-10-24 18:05:44 +11:00
admin.py Making Queue slug unique and improving certain admin-related behaviour 2015-12-18 14:56:53 +01:00
akismet.py small fixes and translation 2011-09-01 13:01:03 +02:00
apps.py Fixes for Django 1.7. For prior Django versions, South 1.0 must be used for 2014-09-10 09:06:50 +10:00
forms.py Nullable "default_owner" field added to Queue model 2016-02-17 11:40:08 +03:00
lib.py Properly check email context keys in newer Python versions. part of #362 2015-12-16 10:48:27 +11:00
models.py Nullable "default_owner" field added to Queue model 2016-02-17 11:40:08 +03:00
poll_helpdesk_email_queues.sh Closes #161 - provide script to simplify automation of email polling 2013-01-20 14:40:57 +11:00
settings.py change basic features of membership into permissions 2015-12-16 22:27:05 +01:00
urls.py updates to remove Django 1.10 deprecation warnings in Django 1.9: 2015-12-10 13:36:24 +01:00