Changeset 6838 for django/trunk/django/shortcuts
- Timestamp:
- 12/02/07 12:21:07 (1 year ago)
- Files:
-
- django/trunk/django/shortcuts/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/shortcuts/__init__.py
r6257 r6838 39 39 arguments and keyword arguments are used in the get() query. 40 40 41 Note: Like with get(), an AssertionErrorwill be raised if more than one41 Note: Like with get(), an MultipleObjectsReturned will be raised if more than one 42 42 object is found. 43 43 """
