I have two columns in my database that must be, as a pair, unique
throughout all the rows. Googling tells me I want a two column unique
index. From the docs it looks like unique_together is what I want,
but that looks like it makes the two columns unique from each other
within the row. Is there a way to do what I want? Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---