﻿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
13556	admin.exclude thinks that a m2m field that is missing from a modelform.	Chris Beaven	nobody	"This is a rather serious 1.1.2 regression. 1.1.1 worked (and still works) fine.

Trying to start the server raises:
{{{
File ""[projroot]/src/[proj]/apps/accounts/admin.py"" in <module>
  84. admin.site.register(models.UserProfile, UserProfile)
File ""[projroot]/src/django/django/contrib/admin/sites.py"" in register
  90.             validate(admin_class, model)
File ""[projroot]/src/django/django/contrib/admin/validation.py"" in validate
  25.     validate_base(cls, model)
File ""[projroot]/src/django/django/contrib/admin/validation.py"" in validate_base
  227.             check_formfield(cls, model, opts, 'exclude', field)
File ""[projroot]/src/django/django/contrib/admin/validation.py"" in check_formfield
  310.                 ""is missing from the form."" % (cls.__name__, label, field))
  
Exception Type: ImproperlyConfigured at /
Exception Value: 'UserProfile.exclude' refers to field 'tracked_tickers' that is missing from the form.
}}}

`tracked_tickers` is a basic m2m field on the `UserProfile` model."		closed	contrib.admin	1.1		worksforme	1.1.2 regression		Unreviewed	0	0	0	0	0	0
