﻿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
10908	Information about proper way of user creation for testing	Filip Gruszczyński	nobody	I have created user using User.objects.create and then tried Client().login and it constantly fails. The proper way was to user User.objects.create_user, but there was not a word in testing docs! There should be such information. Here is the link: http://docs.djangoproject.com/en/dev/topics/testing/#django.test.client.Client.login		closed	Documentation	dev		fixed			Ready for checkin	1	0	0	0	0	0
