There was an error while loading. Please reload this page.
1 parent 74eb479 commit 7b1ba29Copy full SHA for 7b1ba29
djng/__init__.py
@@ -20,6 +20,6 @@
20
13. git push
21
"""
22
23
-__version__ = '2.2.3'
+__version__ = '2.2.4'
24
25
default_app_config = 'djng.app_config.DjangoAngularConfig'
docs/changelog.rst
@@ -5,6 +5,11 @@ Release History
5
===============
6
7
8
+2.2.4
9
+-----
10
+* Fix regression: On required radio buttons, render error message id unselected.
11
+
12
13
2.2.3
14
-----
15
* In Django-2.1 fix regression regarding rendering of labels in MultiSelectCheckbox fields.
0 commit comments