Changes between Initial Version and Version 1 of Ticket #9976, comment 7
- Timestamp:
- Aug 24, 2015, 9:41:57 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9976, comment 7
initial v1 1 1 Thanks for this! In case somebody is trying to get this to work on 1.2. you would have to add: 2 2 {{{ 3 3 def label_for_value(self, value): 4 4 return '' 5 5 }}} 6 6 to the GenericForeignKeyRawIdWidget class. otherwise it'll fail. 7 7