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 6a8918e commit a4e4783Copy full SHA for a4e4783
CHANGES.rst
@@ -10,6 +10,8 @@ Unreleased
10
- Migrated package building from using the deprecated ``setup.py`` to using
11
``pyproject.toml`` (with Hatchling as build backend);
12
``setup.py`` has consequently been removed (gh-1348)
13
+- Added ``django>=4.2`` as an installation dependency, to mirror the minimum version
14
+ tested in our CI (gh-1349)
15
16
.. Start of PyPI readme
17
pyproject.toml
@@ -39,6 +39,7 @@ dynamic = [
39
"version",
40
]
41
dependencies = [
42
+ "django>=4.2",
43
44
urls.Changelog = "https://github.com/jazzband/django-simple-history/blob/master/CHANGES.rst"
45
urls.Documentation = "https://django-simple-history.readthedocs.io/en/stable/"
0 commit comments