﻿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
22548	some forms in contrib.auth.forms don't use `get_user_model`	Flavio Curella	nobody	"some forms `django.contrib.auth.forms` are hardcoded to use the user model in `django.contrib.auth.models.User`, when they could easily infer the right user model via `django.contrib.auth.get_user_model`.

This way it should be easier to reuse them with Custom User models.

Pull request is at https://github.com/django/django/pull/2618/files"	Cleanup/optimization	closed	contrib.auth	dev	Normal	duplicate			Unreviewed	1	0	0	0	0	0
