Changeset 1578
- Timestamp:
- 12/08/05 20:35:38 (3 years ago)
- Files:
-
- django/trunk/AUTHORS (modified) (1 diff)
- django/trunk/django/views/debug.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/AUTHORS
r1577 r1578 38 38 Simon Blanchard 39 39 Andrew Brehaut <http://brehaut.net/blog> 40 andy@jadedplanet.net 40 41 Antonio Cavedoni <http://cavedoni.com/> 41 42 C8E django/trunk/django/views/debug.py
r1565 r1578 24 24 upto = 0 25 25 source_lines = [] 26 before = during = after = "" 26 27 for num, next in enumerate(linebreak_iter(template_source)): 27 28 if start >= upto and end <= next:
