We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://docs.mongoengine.org/guide/defining-documents.html#one-to-many-with-listfields documents and demonstrates the use of a MongoDB DBRef (via MongoEngine's ReferenceField) to preserve database integrity.
ReferenceField
This would remove the need to update all the event.labels and subscription.labels when a label is renamed.
event.labels
subscription.labels
It would also allow us to define the behavior when a label is deleted.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
http://docs.mongoengine.org/guide/defining-documents.html#one-to-many-with-listfields documents and demonstrates the use of a MongoDB DBRef (via MongoEngine's
ReferenceField
) to preserve database integrity.This would remove the need to update all the
event.labels
andsubscription.labels
when a label is renamed.It would also allow us to define the behavior when a label is deleted.
The text was updated successfully, but these errors were encountered: