Skip to content

Releases: wagtail/wagtail-transfer

0.9.3

15 Nov 12:51
Compare
Choose a tag to compare
  • Apply Wagtail 5.2 upgrade considerations (Katherine Domingo)
  • Fix deprecated UserPagePermissionsProxy / get_explorable_root_page imports in advance of Wagtail 6.0 (Matt Westcott)

0.9.2

02 Nov 15:05
Compare
Choose a tag to compare
  • Dropped support for Python 3.7 (Nick Moreton, Katherine Domingo)
  • Wagtail 5.1 update (#150) (Nick Moreton)
  • Wagtail 5.0 update (#148) (Katherine Domingo)
  • Added debug logging (Eric Sherman)
  • Clear existing image renditions if an import updates an image's file (Joshua Munn)

0.8.5

18 Jul 11:08
Compare
Choose a tag to compare
  • Add support for Wagtail 3.0 (William Blackie)

0.8.4

09 Jun 16:17
Compare
Choose a tag to compare
  • Correctly handle new-format ListBlock elements as of Wagtail 2.15 (Jacob Topp-Mugglestone)

0.8.3

11 May 11:39
Compare
Choose a tag to compare
  • Dropped support for Python 3.5
  • Django 4.0 and (provisional) Wagtail 3.0 compatibility (Matthew Westcott)
  • Prevent FileFieldAdapter adding BASE_URL to absolute URLs (Haydn Greatnews)

0.8.2

29 Jul 10:30
Compare
Choose a tag to compare
  • Fix failing migrations on Wagtail <2.12 (Matthew Westcott)

v0.8

17 May 16:41
Compare
Choose a tag to compare

Add a permission required to import content (Nick Smith)

v0.7.1

17 May 14:12
Compare
Choose a tag to compare

Fix accidental deletion of blocks from transferred data when the block is set as required, but has a 'falsy' value (Jacob Topp-Mugglestone)

v0.7

17 May 14:11
Compare
Choose a tag to compare
  • Remove links and streamfield blocks when the linked objects are not imported (Jacob Topp-Mugglestone)
  • Add Locale to default LOOKUP_FIELDS setting for 2.11 compatibility (Jacob Topp-Mugglestone)
  • Add support for registering custom serializers (Steve Jalim)
  • Convert field data to correct python types before saving (Daniel Kirkham)
  • Add Tag to default LOOKUP_FIELDS setting (Steve Jalim)

v0.6

17 May 14:10
Compare
Choose a tag to compare
  • Automatically import child models when models use multi table inheritance (Jacob Topp-Mugglestone)
  • Fix import of page tags and other child models (Jacob Topp-Mugglestone)
  • Add setting for optionally following reverse relations when importing models (Jacob Topp-Mugglestone)
  • Add support for GenericForeignKey (Jacob Topp-Mugglestone)
  • Support a configurable timeout for the API chooser proxy (Steve Jalim)