﻿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
31771	Add warning if model field has trailing comma.	Jonas Haag	nobody	"If someone types (note the trailing comma):

{{{
class MyModel(models.Model):
  trailing_comma = models.IntegerField(),
}}}

Django silently ignored the field, possibly leaving you wondering for a very long time what's going on.

I suggest to add a warning to the models checker framework.

If accepted, I'm willing to come up with an initial patch."	Cleanup/optimization	closed	Core (System checks)	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
