Skip to content

Commit

Permalink
chore: update Django 5.1 to final version in tox file (#784)
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke authored Aug 8, 2024
1 parent 4d8ca93 commit 13b45d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/{% if is_django_package %}tox.ini{% endif %}.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ deps =
# poetry export --without-hashes --only=dev --format=requirements.txt --output=requirements-dev.txt
-r requirements-dev.txt
# All supported Django versions
django51: Django>=5.1a1,<5.2
django51: Django>=5.1,<5.2
django50: Django>=5.0,<5.1
django42: Django>=4.2,<5.0
commands =
Expand Down
2 changes: 1 addition & 1 deletion tests/test_generate_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def test_django_package_yes(
expected_strs=[
"django42: Django>=4.2,<5.0",
"django50: Django>=5.0,<5.1",
"django51: Django>=5.1a1,<5.2",
"django51: Django>=5.1,<5.2",
],
)
_check_file_contents(
Expand Down

0 comments on commit 13b45d3

Please sign in to comment.