See unique_together in https://docs.djangoproject.com/en/1.3/ref/models/options/

On Thu, Nov 17, 2011 at 1:09 PM, Han Qi <chichi.re...@gmail.com> wrote:
> Hi Djangoers:
>
> I am new to Django and I wonder how specify a tuple as unique key( or
> primary key)
> For example I have a table with rows (id, name, last_name) and I want
> that the pair (name, last_name) to be unique.
> Thanks!
>
> --
> 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.
>
>

-- 
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