django-postgresql-netfields icon indicating copy to clipboard operation
django-postgresql-netfields copied to clipboard

Avoid a deprecation warning

Open gforcada opened this issue 3 years ago • 0 comments

RemovedInDjango41Warning: 'netfields' defines default_app_config = 'netfields.apps.NetfieldsConfig'. Django now detects this configuration automatically. You can remove default_app_config.

See https://code.djangoproject.com/ticket/31180

Since django 3.2 the warning is shown: https://github.com/django/django/commit/3f2821af6bc48fa8e7970c1ce27bc54c3172545e

gforcada avatar Oct 14 '21 07:10 gforcada