mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-01-31 10:29:15 +01:00
Merge 0.2.20 bugfixes
This commit is contained in:
commit
547a57ca4e
@ -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
|
||||
|
@ -70,6 +70,7 @@ class QuickDjangoTest(object):
|
||||
|
||||
settings.configure(
|
||||
DEBUG=True,
|
||||
TIME_ZONE='UTC',
|
||||
DATABASES={
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
|
Loading…
Reference in New Issue
Block a user