mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +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 = (
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
'django.contrib.admin',
|
||||
'localized_fields',
|
||||
'tests',
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user