mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 03:32:55 +03:00
Do not set default_app_config for Django 3.2 and newer
See: See: https://docs.djangoproject.com/en/3.2/releases/3.2/#what-s-new-in-django-3-2
This commit is contained in:
parent
f024e4feb5
commit
7902d8225a
@ -1 +1,4 @@
|
|||||||
|
import django
|
||||||
|
|
||||||
|
if django.VERSION < (3, 2):
|
||||||
default_app_config = "localized_fields.apps.LocalizedFieldsConfig"
|
default_app_config = "localized_fields.apps.LocalizedFieldsConfig"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user