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
When two models cross reference each other, Django will defer linking one of the ForeignKeys's related model. This causes django_orm to get a string instead of the model when resolving the model field. A ValueError is currently thrown when this happens. Some how we need to find the hook to fully resolve the model.
When two models cross reference each other, Django will defer linking one of the ForeignKeys's related model. This causes django_orm to get a string instead of the model when resolving the model field. A ValueError is currently thrown when this happens. Some how we need to find the hook to fully resolve the model.
Example:
The text was updated successfully, but these errors were encountered: