Skip to content

Commit a4e4783

Browse files
authored
Added Django as installation dependency (#1349)
Our code requires a Django installation to run, so it would make sense to add it as a dependency.
1 parent 6a8918e commit a4e4783

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Unreleased
1010
- Migrated package building from using the deprecated ``setup.py`` to using
1111
``pyproject.toml`` (with Hatchling as build backend);
1212
``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)
1315

1416
.. Start of PyPI readme
1517

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ dynamic = [
3939
"version",
4040
]
4141
dependencies = [
42+
"django>=4.2",
4243
]
4344
urls.Changelog = "https://github.com/jazzband/django-simple-history/blob/master/CHANGES.rst"
4445
urls.Documentation = "https://django-simple-history.readthedocs.io/en/stable/"

0 commit comments

Comments
 (0)