﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
37271	Add calendar versioning (calver) support to django.utils.version helpers	Natalia Bidart	Natalia Bidart	"[https://github.com/django/deps/blob/main/accepted/0020-annual-release-cycle.rst DEP 20] moves Django to calendar versioning (calver), `YYYY[.N]`, starting with the 2028 release. The helpers in `django.utils.version` assume the `X.Y[.Z]` scheme and produce wrong output for calendar version tuples:

- `get_main_version((2028, 0, 0, ""final"", 0))` returns ""2028.0"" instead of ""2028""
- `get_docs_version((2028, 5, 0, ""final"", 0))` returns ""2028.5"" instead of ""2028""
"	Bug	assigned	Utilities	dev	Normal			Adam Johnson Carlton Gibson	Accepted	0	0	0	0	0	0
