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
This is just a proposal but I think it would be nice if we could the Django check framework in order to raise an error when a ParentalKey or a ParentalManyToManyField is used but the model does not inherit from ClusterableModel.
In my case I had to dig and guess on why my many to many field was not saved although everything was executing properly.
Just a suggestion - I don't know how hard that would be to implement.
The text was updated successfully, but these errors were encountered:
This is just a proposal but I think it would be nice if we could the Django check framework in order to raise an error when a
ParentalKey
or aParentalManyToManyField
is used but the model does not inherit fromClusterableModel
.In my case I had to dig and guess on why my many to many field was not saved although everything was executing properly.
Just a suggestion - I don't know how hard that would be to implement.
The text was updated successfully, but these errors were encountered: