Skip to content

Commit

Permalink
add Django 5.1 to version list (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored Aug 7, 2024
1 parent e8532ac commit 6b71726
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Added `pytest-cov` as dev dependency.
- Added `branch=True` to coverage configuration.
- Django 5.1 is now available as a version choice when generating template.

### Changed

Expand Down
5 changes: 3 additions & 2 deletions copier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ django_version:
type: str
help: Which version of Django should be used?
choices:
- "4.2"
- "5.0"
"4.2 (LTS)": "4.2"
"5.0": "5.0"
"5.1": "5.1"
default: "5.0"

node_version:
Expand Down

0 comments on commit 6b71726

Please sign in to comment.