Changeset 7482 for django/branches/gis/django/core/exceptions.py
- Timestamp:
- 04/27/08 12:17:04 (9 months ago)
- Files:
-
- django/branches/gis (modified) (1 prop)
- django/branches/gis/django/core/exceptions.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/gis
- Property svnmerge-integrated changed from /django/trunk:1-7441 to /django/trunk:1-7481
django/branches/gis/django/core/exceptions.py
r6920 r7482 28 28 "Django is somehow improperly configured" 29 29 pass 30 31 class FieldError(Exception): 32 """Some kind of problem with a model field.""" 33 pass 34
