File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
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+
420Changes in 2.0.3 (2018-05-14)
521-----------------------------
622
Original file line number Diff line number Diff line change 5757# built documents.
5858#
5959# The short X.Y version.
60- version = '2.0.3 '
60+ version = '2.0.4 '
6161# The full version, including alpha/beta/rc tags.
62- release = '2.0.3 '
62+ release = '2.0.4 '
6363
6464# The language for content autogenerated by Sphinx. Refer to documentation
6565# for a list of supported languages.
Original file line number Diff line number Diff line change 11# 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