Changeset 1488
- Timestamp:
- 11/28/05 23:53:05 (3 years ago)
- Files:
-
- django/trunk/django/core/template/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/core/template/__init__.py
r1461 r1488 666 666 current = '' 667 667 except TypeError: # arguments *were* required 668 # GOTCHA: This will also catch any TypeError 669 # raised in the function itself. 668 670 current = '' # invalid method call 669 671 except (TypeError, AttributeError):
