Merge 0.2.20 bugfixes

This commit is contained in:
Garret Wassermann 2020-04-15 05:47:12 -04:00
commit 547a57ca4e
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ django-helpdesk - A Django powered ticket tracker for small businesses.
.. image:: https://codecov.io/gh/django-helpdesk/django-helpdesk/branch/develop/graph/badge.svg
:target: https://codecov.io/gh/django-helpdesk/django-helpdesk
Copyright 2009-2019 Ross Poulton and django-helpdesk contributors. All Rights Reserved.
Copyright 2009-2020 Ross Poulton and django-helpdesk contributors. All Rights Reserved.
See LICENSE for details.
django-helpdesk was formerly known as Jutda Helpdesk, named after the

View File

@ -70,6 +70,7 @@ class QuickDjangoTest(object):
settings.configure(
DEBUG=True,
TIME_ZONE='UTC',
DATABASES={
'default': {
'ENGINE': 'django.db.backends.sqlite3',