Re: How can import the Widgets of Admin.

2009-02-07 Thread Paul Nema
How to I get the value from a class verbose_name in a models.Model based generic list? I.E. I want to use the value in a class element verbose_name for a table header Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

How can import the Widgets of Admin.

2009-02-07 Thread Neeru
I have been tring to import the widgets of Admin for the Date and time to the ModelForm. django.contrib.admin import widgets in that AdminDateWidget() get the date field. lets say that a there is a modelform in which their is a date field say name of it is 'date'. the Date field should be unedi