Skip to content

Releases: berkalpyakici/wagtail-import-export-tool

Jul 3, 2019 Release 2

03 Jul 21:04
Compare
Choose a tag to compare

New Features:

  • Added an additional parameter, overwrites, in importing - which takes a dictionary of fields whose values will be overwritten. Can be used for other applications to automatically overwrite fields like slug, title, and draft_title.
  • Added null_pk back to form; however, the field will forced to be false. This is intended for the use indicated above.

Bug Fixes:

  • Fixed crash when either documents or images are chosen not to be nulled.

Jul 3, 2019 Release

03 Jul 15:21
Compare
Choose a tag to compare

Misc:

  • Moved PK nullification from exporting to importing. The option to remove PKs are removed from exporting form, and this functionality will be performed during importing.

Jul 1, 2019 Release

01 Jul 21:16
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed an issue where a dict object is being sliced.

Jun 27, 2019 Release

27 Jun 15:35
Compare
Choose a tag to compare

New Features:

  • Enabled the file size filtering feature, setting the default threshold to 20 MB.
  • Added config file for file size filtering.

Bug Fixes:

  • Fixed application crashing if the exported file is not found on server.
  • Improved how document files are handled.

Jun 26, 2019 Hotfix

26 Jun 18:13
Compare
Choose a tag to compare

This hotfix fixes packaging problem, in which templates were not packaged using wheel.

Jun 26, 2019 Initial Release

26 Jun 15:59
Compare
Choose a tag to compare

This is a MVP release of basic functionalities, such as importing/exporting pages as well as images & documents that are used on exported/imported pages (as long as they can be exported).

This version lacks the ability to limit the file size of exported files as well as importing/exporting snippets.