Alexander Pugachev wrote: > What is the type of the field? It should be TextField?
Yes it is: description = models.TextField(core=True) >>Hi all >> >>I have a content field which has newlines in it. When I do a select from >>the database of that field I get the output like this: >>line 1 >>line 2 >> >>But when I view this in the admin interface I get >>line 1 line 2 >> >>How can I get the admin interface to not ignore newlines? >> >>Mike -- Michael Lake Computational Research Support Unit Science Faculty, UTS Ph: 9514 2238 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

