if I have

unique_together = ('some_fk_field', 'some_plain_field')

and

some_fk = ...(null = True)

the system allows put more intsances with some_fk_field=None and the
same some_plain_field value

I think, this is a bug. Or how can I manage to allow just one instance
with null fk and the same other field value?
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to