Update project URLs per #424

This commit is contained in:
Ross Poulton
2016-10-12 11:14:10 +11:00
parent 1f4ca64ef4
commit 138904bf8b
9 changed files with 14 additions and 14 deletions

View File

@ -57,11 +57,11 @@ def api(request, method):
THIS IS DEPRECATED AS OF DECEMBER 2015 AND WILL BE REMOVED IN JANUARY 2016.
SEE https://github.com/rossp/django-helpdesk/issues/198 FOR DETAILS
SEE https://github.com/django-helpdesk/django-helpdesk/issues/198 FOR DETAILS
"""
warnings.warn("django-helpdesk API will be removed in January 2016. See https://github.com/rossp/django-helpdesk/issues/198 for details.", category=DeprecationWarning)
warnings.warn("django-helpdesk API will be removed in January 2016. See https://github.com/django-helpdesk/django-helpdesk/issues/198 for details.", category=DeprecationWarning)
if method == 'help':
return render(request, template_name='helpdesk/help_api.html')