Marko Pađen

Results 2 issues of Marko Pađen

Example: ```python from django import forms class ExampleForm(forms.ModelForm): pass ``` This plugin won't find this as error.

Django 4.2 has introduced [STORAGES](https://docs.djangoproject.com/en/4.2/ref/settings/#std-setting-STORAGES) setting that allows nicer management of multiple storages. It would be nice if this package allowed setting something like: ```python STORAGES = { "thumbnail_default": {...