Changeset 7105
- Timestamp:
- 02/11/08 18:48:37 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/core/management/commands/sqlall.py
r5898 r7105 2 2 3 3 class Command(AppCommand): 4 help = "Prints the CREATE TABLE, initial -dataand CREATE INDEX SQL statements for the given model module name(s)."4 help = "Prints the CREATE TABLE, initial SQL and CREATE INDEX SQL statements for the given model module name(s)." 5 5 6 6 output_transaction = True
