Changeset 3651
- Timestamp:
- 08/22/06 21:42:15 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/multiple-db-support/django/db/__init__.py
r3446 r3651 31 31 def connect(settings): 32 32 """Connect to the database specified in settings. Returns a 33 ConnectionInfo on succes , raises ImproperlyConfigured if the33 ConnectionInfo on success, raises ImproperlyConfigured if the 34 34 settings don't specify a valid database connection. 35 35 """
