forked from IDEMSInternational/wagtail-transfer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
109 lines (67 loc) · 3.03 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Changelog
=========
0.8.3 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~~
* Django 4.0 compatibility (Matthew Westcott)
0.8.2 (29.07.2021)
~~~~~~~~~~~~~~~~~~
* Fix failing migrations on Wagtail <2.12 (Matthew Westcott)
0.8.1 (9.07.2021)
~~~~~~~~~~~~~~~~~~
* Ensure all chooser API requests are authenticated (Jacob Topp-Mugglestone)
* Add default_auto_field to prevent warnings under Django 3.2 (Matthew Westcott)
* Only break circular dependencies at soft dependencies (Matthew Westcott)
0.8 (17.05.2021)
~~~~~~~~~~~~~~~~~~
* Add a permission required to import content (Nick Smith)
0.7.1 (04.03.2021)
~~~~~~~~~~~~~~~~~~
* Fix accidental deletion of blocks from transferred data when the block is set as required, but has a 'falsy' value (Jacob Topp-Mugglestone)
0.7 (20.01.2021)
~~~~~~~~~~~~~~~~~~
* 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)
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)
~~~~~~~~~~~~~~~~~~
* Fix handling of nullable FileFields (Jacob Topp-Mugglestone)
0.5 (10.09.2020)
~~~~~~~~~~~~~~~~
* Add support for registering custom field adapters (Jacob Topp-Mugglestone)
0.4 (03.08.2020)
~~~~~~~~~~~~~~~~
* Add recursive option to pages_for_export view (Jacob Topp-Mugglestone)
0.3.1 (08.06.2020)
~~~~~~~~~~~~~~~~~~
* Fix missing source when importing objects (Kalob Taulien)
* Fix updated request.site to use Site.find_for_request() (Kalob Taulien)
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