Hi,
"unique=True" for models.BooleanField do not return error in admin
interface.
Any idea ?
David
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django
Hi,
I have created my model with :
uniquechoice = models.BooleanField("uniquechoice", unique=True)
In django admin interface, I can insert 2 items with uniquechoice
checked without dango admin send me error message.
How to solve this?
--~--~-~--~~~---~--~~
Yo
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 h
After my last django update, page's auto-refresh after having an item
doesn't work any more.
Something changed in django which could caused this problem ?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django use
it is exactly that but I have difficulties to explain it in with my bad
English level ;-) !
any idea ?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to djan
Thank you :-)
--~--~-~--~~~---~--~~
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]
6 matches
Mail list logo