Changelog
=========

0.3 (02.06.2020)
~~~~~~~~~~~~~~~~

 * Add support for transferring snippet models (Kalob Taulien)


0.2.2 (30.03.2020)
~~~~~~~~~~~~~~~~~~

 * Fix missing mappings to parent IDs in the export API for tree-based models
 * Fix handling of null RichTextFields (Kalob Taulien)


0.2.1 (26.03.2020)
~~~~~~~~~~~~~~~~~~

 * Fix error when exporting empty non-required ChooserBlocks (Kalob Taulien, Jacob Topp-Mugglestone)
 * Fix handling of embeds in rich text (Kalob Taulien, Jacob Topp-Mugglestone)
 * Ensure that file URLs are always absolute by falling back on BASE_URL when MEDIA_URL is local (Kalob Taulinen)


0.2 (17.03.2020)
~~~~~~~~~~~~~~~~

 * Add preseed_transfer_table management command
 * Django 3.0 compatibility (Kalob Taulien)
 * Fix handling of FileFields with non-callable upload_to parameters
 * Pre-select source site if there is only one option


0.1 (13.01.2020)
~~~~~~~~~~~~~~~~

 * Initial release
