Re: Field.get_flatchoices seems to never get used

2015-08-02 Thread Collin Anderson
That looks right to me. On Sun, Aug 2, 2015 at 11:51 AM, Andy Baker wrote: > I'll file a ticket but I wanted a quick sanity check first. > > In db.models.fields.Field there is a method called get_flatchoices (as > well as _get_flatchoices which is turned into a property). > > I've searched the s

Field.get_flatchoices seems to never get used

2015-08-02 Thread Andy Baker
I'll file a ticket but I wanted a quick sanity check first. In db.models.fields.Field there is a method called get_flatchoices (as well as _get_flatchoices which is turned into a property). I've searched the source for 'get_flatchoices' and it's never called. There doesn't appear to be any ment