Changes between Initial Version and Version 1 of Ticket #9976, comment 7


Ignore:
Timestamp:
Aug 24, 2015, 9:41:57 AM (9 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9976, comment 7

    initial v1  
    11Thanks for this! In case somebody is trying to get this to work on 1.2. you would have to add:
    2 
     2{{{
    33def label_for_value(self, value):
    44    return ''
    5 
     5}}}
    66to the GenericForeignKeyRawIdWidget class. otherwise it'll fail.
    77
Back to Top