We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87e91ef + 7ad05ff commit 8d0c074Copy full SHA for 8d0c074
HISTORY.rst
@@ -4,11 +4,12 @@ History
4
-------
5
6
7
-Development (in progress)
8
-+++++++++++++++++++++++++
+9.0.0 (2017-07-11)
+++++++++++++++++++
9
10
* Renamed requirements-dev.txt back to requirements.txt because that suits ReadTheDocs better
11
-* Added 'error_types' support on bootstrap3_form (thanks @mkoistinen and @ickam)
+* Added `error_types` support on bootstrap3_form (thanks @mkoistinen and @ickam)
12
+* **BREAKING** Default setting of `error_types` to `non_field_errors` is different fro behavior in versions < 9
13
14
15
8.2.3 (2017-05-05)
bootstrap3/__init__.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
3
-__version__ = '8.2.3'
+__version__ = '9.0.0'
0 commit comments