Fix tests not passing for Django 2.X

This commit is contained in:
Swen Kooij 2019-01-11 15:02:22 +02:00
parent 25417b5815
commit f20966d6d2

View File

@ -21,6 +21,9 @@ LANGUAGES = (
)
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.admin',
'localized_fields',
'tests',
)