Feature #2598
Site Dump Management Command
Start date:
2012-12-12
Due date:
% Done:
90%
Estimated time:
Description
Implement site_dump command and documentation. This management command is intended to be an enhanced version of the existing dumpdata command with at least the following enhancements:
- Use natural keys by default.
- Output a model's natural key alongside the primary key.
- Create an archive containing media files alongside the serialized database records.
- Better handling of model inheritance (dump all fields vs. only local ones).
Associated revisions
re #2598 Finished site_dump command and tests.
re #2598 Fixes to make all tox tests pass.
re #2598 Bump version to 0.1a3.
History
#1 Updated by Chris Church almost 12 years ago
- Status changed from New to Assigned
- Assignee set to Chris Church
- % Done changed from 0 to 90
re #2598 Work in progress on site_dump command.