Commit Graph

16 Commits

Author SHA1 Message Date
ca1690becb Deprecate custom API (see ) 2015-12-22 11:28:00 +11:00
0a3171a024 From gettatr to get, because dict doesn't contatin attributes.
More readable if statement.
2015-11-12 17:31:14 +03:00
807e0c5ea9 Remove extra space line 2015-04-14 16:29:47 -04:00
11e4f1a7bd Merge upstream changes 2015-04-14 16:10:13 -04:00
dc86236136 Go back to the original helpdesk repo 2014-10-23 10:44:59 -04:00
d2ac8af6c0 Improved support for custom user models
Support for custom user models with a non-standard username field
2014-10-22 16:18:04 +11:00
af1a297460 Merge from origin repo 2014-10-20 14:12:40 -04:00
61f49786c0 Fixes for Django 1.7. For prior Django versions, South 1.0 must be used for
migirations. Fixes .
2014-09-10 09:06:50 +10:00
27217edf4a Changed references from auth.User to get_user_model (views, forms & commands) 2014-06-18 16:21:37 +02:00
fced647271 Use json instead of deprecated django.utils.simplejson 2014-03-31 14:43:59 -04:00
127d57e386 Fix timezone import for Django < 1.4 2013-01-23 12:21:54 +11:00
341a40b9ae Make datetime handline offset-aware. Now requires pytz. Fixes . 2013-01-23 10:59:12 +11:00
dc76854667 Exclude API calls from CSRF middleware.
Starting from django 1.2, the CSRF middleware is enabled by
default. However, API calls require parameters passing by POST
requests but they cannot be served as they can't contain a CSRF
token.

This patch removes the CSRF middleware from API requests.
2012-01-15 11:38:28 +01:00
ab84017dd5 more fixes on templated mail and safe context 2011-11-09 16:37:37 +01:00
7654de9d28 Change references to Jutda Helpdesk to django-helpdesk as that should
be the real name for this project IMHO.
2011-01-25 23:08:41 +00:00
53327eb66a 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