flake8-django icon indicating copy to clipboard operation
flake8-django copied to clipboard

Make model_name_lookup configurable

Open thales-maciel opened this issue 4 years ago • 0 comments

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.

thales-maciel avatar Feb 05 '21 20:02 thales-maciel