code = models.PositiveIntegerField("Code", unique=True)

For example : with a PositiveIntegerField, I can't insert 2 entries
with code = 100. Django display error message.

With a BooleanField, I can insert 2 or many entries with boolean = 1
without error message. The unique option doesn't apply here.

Do you understand me :) ?


--~--~---------~--~----~------------~-------~--~----~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to