Re: Django administration - Allow full HTML for a TextField form

2011-02-19 Thread NewNumOrder
Thanks for the help! -- 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,

Re: Django administration - Allow full HTML for a TextField form

2011-02-19 Thread Daniel Roseman
On Saturday, February 19, 2011 3:04:27 PM UTC, NewNumOrder wrote: > > I've tried enabling 'allow_tags' for a TextField, but the admin tools > still encode the text when inserting or updating rows. > > Is the following code correct? > some_field = models.TextField() > some_field.allow_tags = Tr

Django administration - Allow full HTML for a TextField form

2011-02-19 Thread NewNumOrder
I've tried enabling 'allow_tags' for a TextField, but the admin tools still encode the text when inserting or updating rows. Is the following code correct? some_field = models.TextField() some_field.allow_tags = True I can't even edit the HTML with phpPgAdmin because it does the same thing, so I'