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 looked a little into this. In the ModelParserFactory, the field regular expression (^([a-zA-Z0-9_]+)\ \=\ ([a-zA-Z0-9._]+)[\(](.*)[\)]$) does not match the generated relationships because the regular expression expects the entire relationship to be on a single line and the generated relationships cover multiple lines.
Thanks for the great tool!
When I import a models.py from a previously exported project to make updates/additions, the ForeignKey relationships between models are not retained.
The text was updated successfully, but these errors were encountered: