Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mypy: Don't use lazy ManyToManyField with implicit app label
Per typeddjango/django-stubs#1802 (comment), `ManyToManyField`s with lazy (string) models but no app label don't work. In this case, we can just use the class directly, not the string, so do that.
- Loading branch information