﻿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
24562	django.utils.version.get_major_version() does not return the major version	Shai Berger	Tim Graham	"`django.utils.version.get_major_version()` should returns a `x.y` string, that is what we call a major version. It does that only for the "".0"" versions -- It returns ""1.8"" for 1.8, and ""1.8.1"" for 1.8.1.

I'm not quite sure about the fix -- `django.utils.version.get_major_version()` looks like a public interface but it is not documented. Now that the tests have been fixed, its only use in the Django code base is in the same file (from `get_version()`).

Should we just make it private?"	Cleanup/optimization	closed	Utilities	1.8	Normal	fixed			Accepted	1	0	0	0	1	0
