﻿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
22711	Check framework doesn't allow model's Meta.ordering attribute to have explicit ForeignKey relation fields	Althalus	nobody	"In #19195 was introduced a way to perform ordering by `ForeignKey` field itself (without any joins), e.g. `order_by('fk_field_name_id')`. But new django 1.7 system check framework does not respect this change and does not at the moment allow such fields to be in model's `Meta.ordering` attribute.
If you skip this check everything just work as expected, so the only problem is that correct ordering value is treated as invalid.

PS. I've marked this ticket as release blocker because initial ticket had this severity."	Bug	closed	Core (System checks)	dev	Release blocker	fixed	meta, ordering, check framework		Ready for checkin	1	0	1	1	0	0
