Changeset 6920 for django/branches/gis/django/shortcuts
- Timestamp:
- 12/14/07 19:38:43 (1 year ago)
- Files:
-
- django/branches/gis (modified) (1 prop)
- django/branches/gis/django/shortcuts/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis
- Property svnmerge-integrated changed from /django/trunk:1-6671,6673-6781 to /django/trunk:1-6919
django/branches/gis/django/shortcuts/__init__.py
r6394 r6920 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 """
