Changelog¶
Unreleased¶
Changed¶
- Required version of click package
0.6.0 - 2018-08-11¶
Added¶
Changed¶
- Do not try to load schema if it is absent in the dump. #39
xdump.sqlite.SQLiteBackendnow accepts onlydbnameandverbosity. #52- Now Django’s
xloadcommand doesn’t recreate the DB but provides a non required option--cleanup-methodfor choosing how to clean-up the database before the dump loading. #53 - Django’s
xloadcommand options are renamed.--dump_data->--dump-dataand--dump_schema->--dump-schema.
0.1.0 - 2018-01-03¶
- Initial release.