product · inferred from evidence
blacklist feature
A feature introduced in django-ses v4.2.0.
- RuntimeError: Model class django_ses.models.SESStat doesn't declare an explicit app_label when importing
This was a regression in django-ses v4.2.0: importing models at the top of signals.py (and utils.py, reached via django_ses.views) forced Django to resolve the SESStat model without the app being installed. The maintainers moved the model i