File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Changes in 2.0.3 (2018-08-24)
5+ -----------------------------
6+
7+ * Fixed admin crash for Django 2.1 with missing ``use_required_attribute ``.
8+
9+
410Changes in 2.0.2 (2018-02-05)
511-----------------------------
612
Original file line number Diff line number Diff line change 6161# built documents.
6262#
6363# The short X.Y version.
64- version = '2.0.2 '
64+ version = '2.0.3 '
6565# The full version, including alpha/beta/rc tags.
66- release = '2.0.2 '
66+ release = '2.0.3 '
6767
6868# The language for content autogenerated by Sphinx. Refer to documentation
6969# for a list of supported languages.
Original file line number Diff line number Diff line change 11[metadata]
22name = django-polymorphic
3- version = 2.0.2
3+ version = 2.0.3
44description = Seamless polymorphic inheritance for Django models
55long_description = file:README.rst
66author = Bert Constantin
You can’t perform that action at this time.
0 commit comments