Skip to content

Commit

Permalink
v0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtoppm committed Nov 6, 2020
1 parent 68a252b commit 5e977cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

0.6 (6.11.2020)
~~~~~~~~~~~~~~~~~~

* 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)

0.5.1 (24.09.2020)
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='wagtail-transfer',
version='0.5.1',
version='0.6.0',
description="Content transfer for Wagtail",
author='Matthew Westcott',
author_email='[email protected]',
Expand Down

0 comments on commit 5e977cd

Please sign in to comment.