We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fbecf commit 0878fd8Copy full SHA for 0878fd8
CHANGELOG.md
@@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
17
18
## [Unreleased]
19
20
+### Added
21
+
22
+- Django 5.1 is now available as a version choice when generating template.
23
24
## [2024.26]
25
26
### Added
copier.yml
@@ -106,7 +106,8 @@ django_versions:
106
choices:
107
"4.2 (LTS)": "4.2"
108
"5.0": "5.0"
109
- default: ["4.2", "5.0"]
+ "5.1": "5.1"
110
+ default: ["4.2", "5.0", "5.1"]
111
112
test_django_main:
113
type: bool
0 commit comments