flake8-django
flake8-django copied to clipboard
Make model_name_lookup configurable
Today flake8-django fails to find model declarations that aren't inheriting from the model_name_lookup
.
This means that models inheriting mixins or abstract models aren't checked at all.
My proposal is to either:
- Let user decide a lookup list;
- Warn about this limitation in the readme file.