File tree 3 files changed +19
-3
lines changed
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Changes in 2.0.4 (2018-08-27)
5
+ -----------------------------
6
+
7
+ * Fixed showing languages in the copy button which are not part of ``PARLER_LANGUAGES ``.
8
+ * Fixed storing ``MarkupItem `` under it's proxy class type ID.
9
+ * Fixed missing return value from ``CachedModelMixin.delete() ``.
10
+ * Fixed reading ``context.request `` for content plugin templates.
11
+ * Fixed including ``cp_tabs.js `` in ``PlaceholderFieldAdmin ``.
12
+ * Fixed HTML comment output escaping for missing database tables.
13
+ * Fixed errors in ``get_plugins_by_name() `` when object instances are passed.
14
+ * Fixed ``Placeholder.DoesNotExist `` warning to display proper ContentType ID for proxy models.
15
+ * Fixed leaving empty ``.form-row `` elements in the admin page.
16
+ * Fixed ``start_content_plugin `` command, template was missing in ``MANIFEST ``.
17
+ * Fixed Python 3 support for ``Placeholder.__repr__() ``.
18
+
19
+
4
20
Changes in 2.0.3 (2018-05-14)
5
21
-----------------------------
6
22
Original file line number Diff line number Diff line change 57
57
# built documents.
58
58
#
59
59
# The short X.Y version.
60
- version = '2.0.3 '
60
+ version = '2.0.4 '
61
61
# The full version, including alpha/beta/rc tags.
62
- release = '2.0.3 '
62
+ release = '2.0.4 '
63
63
64
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
65
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
# following PEP 440
2
- __version__ = "2.0.3 "
2
+ __version__ = "2.0.4 "
You can’t perform that action at this time.
0 commit comments