Changeset 5117
- Timestamp:
- 04/28/07 08:31:44 (2 years ago)
- Files:
-
- django/trunk/django/template/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/template/__init__.py
r5116 r5117 205 205 """ 206 206 Convert the given token string into a new Token object and return it. 207 If tag is True, we are processing something that matched a tag,207 If in_tag is True, we are processing something that matched a tag, 208 208 otherwise it should be treated as a literal string. 209 209 """
