Re: Django 1.8 has an undocumented change regarding template comments

2015-07-30 Thread charettes
Hi Robert, I don't exactly know which release introduced this change but I'd bet on 1.8.0 since a lot template related logic was refactored during its development. If you want to isolate the exact commit I'd suggest you try bisecting [1] Django's source. I think the change was unintentional b

Django 1.8 has an undocumented change regarding template comments

2015-07-30 Thread Robert Rollins
I can't tell which exact release introduced this, since I went directly from 1.7.9 to 1.8.3, but one of my templates suddenly started rendering differently when I did. The template had a typo with one of its {# #}-style template comments; it was accidentally written as: {# comment here %}. Thi