﻿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
24758	Incorrect docstring in Options.get_fields()	Eric Zarowny	nobody	"According to the docstring for [https://github.com/django/django/blob/master/django/db/models/options.py#L756 Options.get_fields()]:

{{{
Returns a list of fields associated to the model. By default will only return forward fields.
}}}

However, the call to _get_fields does not set reverse=False when its default is True. I can't really tell if this was intentional or not. I would be happy to make a patch / pull request to fix this either way."	Bug	closed	Documentation	1.8	Normal	fixed	_meta, documentation		Accepted	1	0	0	0	0	0
