Re: How to widen the text fields in the admin pages for editing records

2009-04-09 Thread Baxter
On Apr 7, 3:04 pm, Mac wrote: > Any pointers to the documentation for getting the text fields larger > for CharField data?  They're kinda puny for columns that are defined > to have up to 255 characters.  Thanks! I just modified the relevant fields in the admin css. Easy and effective. --~--~-

Re: How to widen the text fields in the admin pages for editing records

2009-04-07 Thread Mac
On Apr 7, 8:15 pm, TiNo wrote: > You can override the ModelAdmin.form attribute to provide your own > customized form. > See:http://docs.djangoproject.com/en/dev/ref/contrib/admin/#form Excellent, thanks! --~--~-~--~~~---~--~~ You received this message because yo

Re: How to widen the text fields in the admin pages for editing records

2009-04-07 Thread TiNo
On Wed, Apr 8, 2009 at 1:54 AM, Mac wrote: > > On Apr 7, 6:56 pm, Brian Neal wrote: > > On Apr 7, 3:04 pm, Mac wrote: > > > > > Any pointers to the documentation for getting the text fields larger > > > for CharField data? They're kinda puny for columns that are defined > > > to have up to 255

Re: How to widen the text fields in the admin pages for editing records

2009-04-07 Thread Mac
On Apr 7, 6:56 pm, Brian Neal wrote: > On Apr 7, 3:04 pm, Mac wrote: > > > Any pointers to the documentation for getting the text fields larger > > for CharField data?  They're kinda puny for columns that are defined > > to have up to 255 characters.  Thanks! > > You do it by supplying your own

Re: How to widen the text fields in the admin pages for editing records

2009-04-07 Thread Brian Neal
On Apr 7, 3:04 pm, Mac wrote: > Any pointers to the documentation for getting the text fields larger > for CharField data?  They're kinda puny for columns that are defined > to have up to 255 characters.  Thanks! You do it by supplying your own widget to the form field. See: http://docs.djangop

How to widen the text fields in the admin pages for editing records

2009-04-07 Thread Mac
Any pointers to the documentation for getting the text fields larger for CharField data? They're kinda puny for columns that are defined to have up to 255 characters. Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google