mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 11:42:54 +03:00
Fix tests not passing for Django 2.X
This commit is contained in:
parent
25417b5815
commit
f20966d6d2
@ -21,6 +21,9 @@ LANGUAGES = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
INSTALLED_APPS = (
|
INSTALLED_APPS = (
|
||||||
|
'django.contrib.auth',
|
||||||
|
'django.contrib.contenttypes',
|
||||||
|
'django.contrib.admin',
|
||||||
'localized_fields',
|
'localized_fields',
|
||||||
'tests',
|
'tests',
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user