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.
1 parent c8a7508 commit 2e4f0f2Copy full SHA for 2e4f0f2
HISTORY.rst
@@ -3,6 +3,19 @@
3
Changelog
4
=========
5
6
+1.11.0 (2021-10-09)
7
+*******************
8
+
9
+- Update quickstart.rst (#240)
10
+- Fix model multiple choice preference to react correctly to deletion handler (#244)
11
+- fix #234 (#235)
12
+- Fix compatibility issues with python 3.10 and django 4.0 (#236)
13
+- Fixed a typo in documentation (#229)
14
+- Add polish translation (#227)
15
+- Fix the typos in the comments and documents (#225)
16
+- Update forms docs (#224)
17
18
19
1.10.1 (2020-08-21)
20
*******************
21
dynamic_preferences/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "1.10.1"
+__version__ = "1.11.0"
2
default_app_config = "dynamic_preferences.apps.DynamicPreferencesConfig"
0 commit comments