unique identifier to distinguish an instance
so I have two models, A and B. B has a foreignkey relationship in it
from A (To be clear because I know I dont explain it that well, one A
has many Bs). for each group of Bs each A is connected with, I want
there to be a way to mark one of the Bs as unique from the rest of
them. I added in an extra field called unique_identifier that is a
booleanfield. The problem is I dont know the best way to go about
making sure there is only one B instance marked True for the
unique_identifier field for each set of Bs. What would be a good way
to ensure there is one and only one instance marked True?
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home