Changeset 645
- Timestamp:
- 09/17/05 18:08:24 (3 years ago)
- Files:
-
- django/trunk/django/core/extensions.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/core/extensions.py
r270 r645 9 9 'messages' in the context. 10 10 """ 11 def __init__(self, request, dict= {}):11 def __init__(self, request, dict=None): 12 12 Context.__init__(self, dict) 13 13 self['user'] = request.user
