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,
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
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'
3 matches
Mail list logo