﻿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
27754	Please document that Django models implement __dict__ (or tell me they officially don't)	Dave Schweisguth	nobody	"A Django model's `__dict__` method is a popular way to get all of its attributes including foreign keys and non-editable fields (which `model_to_dict` omits): http://stackoverflow.com/a/29088221/634576

I can't find documentation that Django models implement `__dict__`. If it's supported, can it be documented? If it's not supported, oh well.

I care because PyCharm cares: https://youtrack.jetbrains.com/issue/PY-22313

Thanks!"	Bug	closed	Documentation	1.10	Normal	invalid			Unreviewed	0	0	0	0	0	0
