﻿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
2098	"[patch] syncdb fails if models contain ordering fields in format ""table.field"""	Alex Dedul	Adrian Holovaty	"For example with ordering = ('auth_user.username', ) when syncdb is run you get the following error

{{{
Error: None couldn't be installed, because there were errors in your model:
intranet.userprofile: ""ordering"" refers to ""auth_user.username"", a field that doesn't exist.
}}}

Patch below fixes this by skipping ordering fields that contains dot."	defect	closed	Core (Management commands)		normal	fixed			Unreviewed	1	0	0	0	0	0
