Changeset 5924
- Timestamp:
- 08/17/07 23:54:08 (11 months ago)
- Files:
-
- django/trunk/django/core/management/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/core/management/__init__.py
r5923 r5924 23 23 Given a command name, returns the Command class instance. Raises 24 24 Raises ImportError if a command module doesn't exist, or AttributeError 25 if a command module doesn't include.25 if a command module doesn't contain a Command instance. 26 26 """ 27 27 # Let any errors propogate.
