File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
6
+ 1.14.0 (2022-08-24)
7
+ *******************
8
+
9
+ - Drop official support for python 3.6 and django < 3.2. Previous versions may continue to work but aren't tested anymore
10
+ - OFficial support for Django 4.1 and Python 3.10
11
+ - Fix #281: ensure preference_updated signal is trigerred when updating preference through admin UI
12
+ - Include signal in example project (#281)
13
+ - Fixed broken documentation build
14
+
6
15
1.13.0 (2022-06-12)
7
16
*******************
8
17
Original file line number Diff line number Diff line change 1
- __version__ = "1.13 .0"
1
+ __version__ = "1.14 .0"
2
2
default_app_config = "dynamic_preferences.apps.DynamicPreferencesConfig"
Original file line number Diff line number Diff line change 33
33
packages = ["dynamic_preferences" ],
34
34
include_package_data = True ,
35
35
install_requires = [
36
- "django>=2 .2" ,
36
+ "django>=3 .2" ,
37
37
"six" ,
38
38
"persisting_theory==1.0" ,
39
39
],
46
46
"Intended Audience :: Developers" ,
47
47
"License :: OSI Approved :: BSD License" ,
48
48
"Natural Language :: English" ,
49
- "Programming Language :: Python :: 2" ,
50
- "Programming Language :: Python :: 2.7" ,
51
49
"Programming Language :: Python :: 3" ,
52
- "Programming Language :: Python :: 3.4" ,
53
50
],
54
51
)
You can’t perform that action at this time.
0 commit comments