Viicos/django-autotyping

Foreign field overloads doesn't work when the model name is lowercased

Opened this issue · 0 comments

ForeignKey(
    to="app.model",
    ...
)

Will fail, even though Django will be able to map it to app.Model.

I don't think it's worth supporting this