Skip to content

Commit 0878fd8

Browse files
add Django 5.1 to version list (#117)
1 parent 55fbecf commit 0878fd8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1717

1818
## [Unreleased]
1919

20+
### Added
21+
22+
- Django 5.1 is now available as a version choice when generating template.
23+
2024
## [2024.26]
2125

2226
### Added

copier.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ django_versions:
106106
choices:
107107
"4.2 (LTS)": "4.2"
108108
"5.0": "5.0"
109-
default: ["4.2", "5.0"]
109+
"5.1": "5.1"
110+
default: ["4.2", "5.0", "5.1"]
110111

111112
test_django_main:
112113
type: bool

0 commit comments

Comments
 (0)