﻿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
13481	Allow db_column on ForeignKey	malthe	nobody	"The ``db_column`` does not currently apply to ``ForeignKey``, although this could easily be made to work:

{{{
    def get_attname(self):
        return self.db_column or '%s_id' % self.name
}}}

This would enable you to name the underlying field of a relation."		closed	Database layer (models, ORM)	dev		worksforme		farcepest@…	Unreviewed	0	0	0	0	0	0
