﻿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
16296	django.contrib.comments could offer a config option for default order	FunkyBob	FunkyBob	"By default, comments are ordered by oldest-post-first, except in Feed, where it's newest first.

Whilst it's possible to change this by replacing the comment model with your own, this seems a little excessive when a single setting (say, COMMENTS_ORDER ) could make it trivial to change.

The attached patch allows you to either specify 'reverse', which uses ('-submit_date'), or supply your own list/tuple of sorting."	New feature	closed	contrib.comments	1.3	Normal	wontfix	comments		Design decision needed	1	0	0	0	0	0
