Upped the django requirement to 1.3. Brought over grappelli use of the grp_tags libra...
[philo.git] / validators.py
index 5ae9409..c8e5dc9 100644 (file)
@@ -118,7 +118,7 @@ class TemplateValidationParser(Parser):
 
 
 def linebreak_iter(template_source):
-       # Cribbed from django/views/debug.py
+       # Cribbed from django/views/debug.py:18
        yield 0
        p = template_source.find('\n')
        while p >= 0: