flake8-django
flake8-django copied to clipboard
fix: find verbose name from abstract model
Partially addresses #119.
Checks the super classes of a model for abstract models and whether there is already a verbose_name and verbose_name_plural defined in the Meta options.
@rocioar May you please review?