Re: Field.get_flatchoices seems to never get used

2015-08-03 Thread Tim Graham
Fixed in https://github.com/django/django/pull/5093, thanks for the report. On Sunday, August 2, 2015 at 12:48:13 PM UTC-4, Collin Anderson wrote: > > 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.

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