unique argumennt for models.BooleanField

2006-09-25 Thread david83
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

django admin : "unique" field option error with models.BooleanField

2006-11-12 Thread david83
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

Re: django admin : "unique" field option error with models.BooleanField

2006-11-13 Thread david83
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

django admin - page's auto-refresh after item addition

2006-08-18 Thread david83
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

Re: django admin - page's auto-refresh after item addition

2006-08-18 Thread david83
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

Re: django admin - page's auto-refresh after item addition

2006-08-18 Thread david83
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]