You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i think the docuement should be updated. DjangoModelField not mentidoned at the doc, bu instead of ForeignKey.
if a foreinkey definition can be NULL, how to deal with this secnario ?
maybe DjanogModelField.to_python() can be changed.
The text was updated successfully, but these errors were encountered:
I Agree. The documents are lacking. ForeignKey no longer exists, yet DjangoModelField (I assume its replacement) has no documentation at all. I have to revert back to regular row by row csv importing to support ForeignKey fields, as I can't get it to work, and there are no docs.
Thanks for your comments. Unfortunately, I do not maintain this lib anymore. Nonetheless, I merge pull request when I get one. So if you feel like fixing it, I would be happy to merge.
i think the docuement should be updated. DjangoModelField not mentidoned at the doc, bu instead of ForeignKey.
if a foreinkey definition can be NULL, how to deal with this secnario ?
maybe DjanogModelField.to_python() can be changed.
The text was updated successfully, but these errors were encountered: