Changeset 6081
- Timestamp:
- 09/09/07 21:07:57 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/core/management/commands/dumpdata.py
r6075 r6081 4 4 5 5 class Command(BaseCommand): 6 option_list = (6 option_list = BaseCommand.option_list + ( 7 7 make_option('--format', default='json', dest='format', 8 8 help='Specifies the output serialization format for fixtures'),
