Changeset 7106
- Timestamp:
- 02/11/08 19:01:27 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/core/management/commands/sqlall.py
r7105 r7106 2 2 3 3 class Command(AppCommand): 4 help = "Prints the CREATE TABLE, initialSQL and CREATE INDEX SQL statements for the given model module name(s)."4 help = "Prints the CREATE TABLE, custom SQL and CREATE INDEX SQL statements for the given model module name(s)." 5 5 6 6 output_transaction = True
