Skip to content

Commit

Permalink
Merge 0.2.20 bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gwasser committed Apr 15, 2020
2 parents 39de3ec + a6f75ad commit 547a57c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions quicktest.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def _tests(self):

settings.configure(
DEBUG=True,
TIME_ZONE='UTC',
DATABASES={
'default': {
'ENGINE': 'django.db.backends.sqlite3',
Expand Down

0 comments on commit 547a57c

Please sign in to comment.