﻿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
3223	"Missing # in ""documentation/model_api section"" ""Field name restrictions"""	david.van.mosselbeen@…	Jacob	"There's an missing # in the example:

class Example(models.Model):
    foo__bar = models.IntegerField() 'foo__bar' has two underscores!

Should be:

class Example(models.Model):
    foo__bar = models.IntegerField() # 'foo__bar' has two underscores!"	defect	closed	Documentation		normal	fixed			Unreviewed	0	0	0	0	0	0
