product · inferred from evidence
SESStat
A model in the django-ses library for tracking SES sending statistics.
- 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