Re: Text Field stifles creating HTML

2013-04-11 Thread rmschne
Further debugging ... printed the HTML that is produced by the call to render and the HTML is created correctly. Thus, I have concluded the problem has nothing to do with Django. Closed. -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Text Field stifles creating HTML

2013-04-11 Thread rmschne
Django 1.5.1. I have a data model with a Django TextField: notes=models.TextField(db_column='notes',blank=True) and in thy MySQL the 'notes' field is "TEXT". When I output the 'notes' field in a Django Template in a for loop, the template just stops. It does not go through the entire list of