question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RemovedInDjango41Warning

See original GitHub issue

Got this one today using Django 3.2.2:

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

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
last-partizancommented, May 14, 2022

Should be fixed in v0.18.0.

1reaction
last-partizancommented, Apr 7, 2022

Sure, people are already working on this: https://github.com/deschler/django-modeltranslation/pull/631

But we need to refactor get_version for setup.py before we can merge it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - How to also ignore warnings in pytest about removal ...
Depending on your Django release, RemovedInDjango41Warning is a subclass of either DeprecationWarning (Django 4.0, still in development) or ...
Read more >
RemovedInDjango41Warning for default_app_config in `__init ...
Django version 3.2.7 .../venv/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'drf_spectacular' defines ...
Read more >
Fix RemovedInDjango41Warning about default_app_config
Coming soon: A brand new website interface for an even better experience!
Read more >
Changelog — django-dbbackup 4.0.2 documentation
Fix RemovedInDjango41Warning related to default_app_config #413; Add authentication database support for MongoDB #379; Remove six dependency ...
Read more >
Django 3.2 release notes
These release notes cover the new features, as well as some backwards incompatible changes you'll want to be aware of when upgrading from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found