Skip to content

Commit e1813df

Browse files
committed
Version bump and changelog for 1.12.0
1 parent 59e8527 commit e1813df

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

HISTORY.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
Changelog
44
=========
55

6+
1.12.0 (2022-02-26)
7+
*******************
8+
9+
- Add ENABLE_GLOBAL_MODEL_AUTO_REGISTRATION setting (#259)
10+
- fix: checkpreferences command failed if MANAGER_ATTRIBUTE is changed (#258)
11+
- Allow to skip preference creation when checkpreferences is invoked (#257)
12+
- Use default django cache timeoout (#253)
13+
- Fix signal handler doc (#250)
14+
- Added htmlcov in .gitignore (#251)
15+
- Use stdout in checkpreferences (#252)
16+
- MAINT:dynamic_preferences serializers.py - Exception handling for class ModelMultipleSerializer; types.py - handle queryset in api_reprs of ModelChoicePreference (#243)
17+
618
1.11.0 (2021-10-09)
719
*******************
820

dynamic_preferences/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.11.0"
1+
__version__ = "1.12.0"
22
default_app_config = "dynamic_preferences.apps.DynamicPreferencesConfig"

0 commit comments

Comments
 (0)