Skip to content

Commit

Permalink
Merge pull request #647 from deschler/django-compatibility
Browse files Browse the repository at this point in the history
fix: Update django compatibility
  • Loading branch information
last-partizan committed Jul 22, 2022
2 parents 0616118 + 582b612 commit 1271e88
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 64 deletions.
121 changes: 59 additions & 62 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.7,<4"
django = ">=2.2"
django = ">=3.2"

[tool.poetry.dev-dependencies]
pdbpp = "^0.10.2"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers =
license = New BSD
[options]
install_requires =
Django>=2.2
Django>=3.2
importlib-metadata; python_version<"3.8"
packages =
modeltranslation
Expand Down

0 comments on commit 1271e88

Please sign in to comment.