﻿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
6878	Add ordering to newforms classes	David Cramer	nobody	"I'd like to propose adding an ordering attribute to a Meta class in newforms to allow overriding the field ordering for things like as_p.

e.g.

{{{
class Form:
    name = Char
    text = Char

    class Meta:
        ordering = ('text', 'name')
}}}"		closed	Forms	dev		duplicate			Unreviewed	0	0	0	0	0	0
