Hi Marc, Thanks for your reply. Are you referring to the "max_length" element of my "text" CharField? If so, I don't think this is the issue; I've set the max length to 10,000 characters which is quite long. Also this setting does not change the size of the text input area relative to my other CharFields with much shorter max_length values (such as "title", which has a max length of only 1000).
cheers, Guillaume On Mon, Apr 16, 2012 at 4:51 PM, Marc Patermann < hans.mo...@ofd-z.niedersachsen.de> wrote: > Hi, > > Gchorn schrieb (16.04.2012 07:24 Uhr): > > Hello, I'm trying to create a blog site using Django (with "Post" as >> my main model and "text" as the attribute corresponding to the main >> body of text for each post). On the admin page, when someone is >> filling out fields to create a new blog post, I want the "text" entry >> field to be larger than the default field for a CharField attribute. >> >> In this part of the docs: >> >> https://docs.djangoproject.**com/en/1.4/ref/contrib/admin/<https://docs.djangoproject.com/en/1.4/ref/contrib/admin/> >> > what you see in the admin interface is inherited form the model of the > corresponding object - like your blog post object. > I think you have to change the field length there. > > https://docs.djangoproject.**com/en/1.4/intro/tutorial01/<https://docs.djangoproject.com/en/1.4/intro/tutorial01/> > > > Marc > > > -- > 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 <django-users%2bunsubscr...@googlegroups.com>. > For more options, visit this group at http://groups.google.com/** > group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en> > . > > -- 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+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.