Skip to content

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

Description

@Viicos
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions