Post date: Nov 11, 2011 10:15:06 AM
If you have choices field and in admin you don't want to show empty (field always is required) than in your model you should specify
blank=Falseand
default=<value>. In this case in admin you get choice field without empty value.