You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found a bug? Please fill out the sections below. 👍
Issue Summary
When i run pytest, i get a warning
RemovedInDjango41Warning: 'pattern_library' defines default_app_config = 'pattern_library.apps.PatternLibraryAppConfig'. Django now detects this configuration automatically. You can remove default_app_config.
app_config = AppConfig.create(entry)
Found a bug? Please fill out the sections below. 👍
Issue Summary
When i run pytest, i get a warning
Steps to Reproduce
Install pattern-library.
Run pytest
Technical details
This is due to django 3.2
also see this PR for allauth that has a similar issue. pennersr/django-allauth#2829
The text was updated successfully, but these errors were encountered: