﻿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	Test failure: Pickleability	Shai Berger	nobody	"Following the version bump to 1.8.1, we have failures on `test_unsupported_unpickle (queryset_pickle.tests.PickleabilityTestCase)` and `test_unsupported_unpickle (model_regress.test_pickle.ModelPickleTestCase)`. The problem is arguably in the test code: Both tests assume that `django.utils.version.get_major_version()` returns a `x.y` string, but that is only true for .0 minor versions -- and so the tests broke on the version bump to 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 as far as I could see; it hasn't changed in a long time, but its return value is unintuitive, and I would expect the same as the author(s) of these tests."	Bug	new	Utilities	1.8	Release blocker				Unreviewed	0	0	0	0	1	0
