Re: Blank choices

2011-07-24 Thread Constantine
we could simply pass blank_choice in kwargs here https://code.djangoproject.com/browser/django/trunk/django/db/models/fields/__init__.py#L429 -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develo

Blank choices

2011-07-24 Thread Constantine
Hi For ChoiceField, TypedChoiceField we can't specify blank label for choise field in ModelForm or single Field Here ticket https://code.djangoproject.com/ticket/13086, here old discussion in user maillist http://groups.google.com/group/django-users/browse_thread/thread/f40d160714346979 -- You