Friday, September 30, 2011

[Admin] Form Fields Rendering Completely Incorrectly

Hi All,

Django Version: 1.3
OS: Mac OS X Lion
Browsers: Chrome, Safari, FF
Other: Virtualenv

The models are only registered with admin, there are no ModelAdmin classes. For some reason, all TextField's on all models (even those with really small max_length's) render as textarea, even those which have the parameter choices passed to them (they should be a drop-down box). The class being applied to them is vLargeTextField.

This is a brand-new Django project, there is no custom css/html and the devserver is returning 200 (OK) for all requests.

Your help is appreciated.
--
Yours,
Nikhil Somaru

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment