On Sep 16, 7:26 pm, geraldcor <gregco...@gmail.com> wrote: > Hello all, > > I am using the admin and fieldsets to display a change form as usual. > Some fields' labels, even with blank=True are being given the class > required and are not using the verbose_name argument either given via > keyword or positional usage. All fields that really are required > (blank=False) have this same problem. This brings up a few good > questions. Why are certain fields being called required when they are > not required and why are fields with the class required not using the > verbose_name? > > http://dpaste.com/hold/244531/ > > Model snippet and full Admin for the model. > > Thanks for any help.
Because you're overriding all the attributes in your formfield_for_dbfield function. -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.