Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RemovedInDjango41Warning due to default_app_config. #1844

Closed
deadly-panda opened this issue Mar 17, 2022 · 0 comments
Closed

RemovedInDjango41Warning due to default_app_config. #1844

deadly-panda opened this issue Mar 17, 2022 · 0 comments

Comments

@deadly-panda
Copy link
Contributor

Running pytest in a django3.2 application that uses django-haystack generates the following warning:

../usr/local/lib/python3.8/dist-packages/django/apps/registry.py:91
  /usr/local/lib/python3.8/dist-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'haystack' defines default_app_config = 'haystack.apps.HaystackConfig'. Django now detects this configuration automatically. You can remove default_app_config.
    app_config = AppConfig.create(entry)

Configuration

  • Operating system version: Ubuntu 20.04
  • Search engine version:
  • Python version: 3.8
  • Django version: 3.2
  • Haystack version: 3.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant