﻿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
35566	Support get_FOO_display() on GeneratedField	Ronie Martinez	Sarah Boyce	"Please add support for get_FOO_display() on GeneratedField.

We initially used a normal IntegerField with choices [IntegerField(choices=choices, ...)] and then running a SQL to make this field a generated field. We then migrated to GeneratedField while maintaining the output_field similar to our old one.

However, we found that get_FOO_display() don't work anymore and we had to write a method for this, instead."	New feature	closed	Database layer (models, ORM)	5.0	Normal	wontfix		Ronie Martinez Tim Schilling Raffaella	Accepted	1	0	0	1	0	0
