﻿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
12305	order_by problem	mhangman	nobody	"list = pnews.objects.filter(status=True).order_by('-pdate')
well this is my list. im trying to order_by with ""-pdate"". For different days it works well but when it try to list objects at same day order_by not working with ""-pdate"". Its working with +pdate. i tried to look on django source but cant find something about this. is it something like (-pdate[-pdate]) this ? "		closed	Database layer (models, ORM)	1.1		invalid	order_by		Unreviewed	0	0	0	0	0	0
