File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ Unreleased
1212 (gh-1248)
1313- Passing an empty list as the ``fields `` argument to ``bulk_update_with_history() `` is
1414 now allowed; history records will still be created (gh-1248)
15-
15+ - Added temporary requirement on ``asgiref>=3.6 `` while the minimum required Django
16+ version is lower than 4.2 (gh-1261)
1617
17183.4.0 (2023-08-18)
1819------------------
Original file line number Diff line number Diff line change 11-r ./coverage.txt
2+ # DEV: Remove this requirement entirely when the minimum required Django version is 4.2
3+ asgiref>=3.6
Original file line number Diff line number Diff line change 1111 "fallback_version" : "0.0.0" ,
1212 },
1313 setup_requires = ["setuptools_scm" ],
14+ # DEV: Remove `asgiref` when the minimum required Django version is 4.2
15+ install_requires = ["asgiref>=3.6" ],
1416 description = "Store model history and view/revert changes from admin site." ,
1517 long_description = "\n " .join ((readme .read (), changes .read ())),
1618 long_description_content_type = "text/x-rst" ,
You can’t perform that action at this time.
0 commit comments