File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ any parts of the framework not mentioned in the documentation should generally b
21
21
This adds full support for using multipart field names for includes while configuring ` JSON_API_FORMAT_FIELD_NAMES ` .
22
22
* Ensured that sparse fieldset fully supports ` JSON_API_FORMAT_FIELD_NAMES ` .
23
23
24
+ ### Changed
25
+
26
+ * Set minimum required version of optional Polymorphic Models for Django to 4.0.0.
27
+
24
28
### Removed
25
29
26
30
* Removed support for Python 3.8.
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ django-filter==24.3
2
2
# once next version has been released (>3.1.0) this
3
3
# should be set to pinned version again
4
4
# see https://github.com/django-polymorphic/django-polymorphic/pull/541
5
- django-polymorphic@git+https://github.com/django-polymorphic/django-polymorphic@master # pyup: ignore
5
+ django-polymorphic@git+https://github.com/django-polymorphic/django-polymorphic@master # pyup: ignore
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def get_package_data(package):
110
110
"django>=4.2" ,
111
111
],
112
112
extras_require = {
113
- "django-polymorphic" : ["django-polymorphic>=3 .0" ],
113
+ "django-polymorphic" : ["django-polymorphic>=4.0 .0" ],
114
114
"django-filter" : ["django-filter>=2.4" ],
115
115
},
116
116
setup_requires = wheel ,
You can’t perform that action at this time.
0 commit comments