I'm currently having strange behavior with a django admin form. Somehow the django admin form is not creating the model fields and occasionally a GET request fails because I am trying to change the widget of a field in the __init__ method.
I think the error I have is in the django admin class I created. My question is, the django admin can define which fields are created or not in the form ? I have all the fields defined in a fieldset and still the fields are not created. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/37c91771-abf9-4b6c-9ca9-93dbaa46081en%40googlegroups.com.

