﻿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
24665	Model field relational attributes are None by default, not False	Markus Holtermann	honya121	"The docs state that the relational attributes, such as `many_to_many`, `one_to_many`, etc should be `False` by default (https://docs.djangoproject.com/en/1.8/ref/models/fields/#attributes-for-fields-with-relations). In practice they are `None` though.

According to Daniel on IRC they should be `False` not `None` (i.e. the documentation is correct)."	Bug	closed	Database layer (models, ORM)	1.8	Normal	fixed			Accepted	1	0	0	0	0	0
