Changes between Initial Version and Version 1 of Ticket #29707, comment 2
- Timestamp:
- Aug 30, 2018, 9:19:06 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29707, comment 2
initial v1 3 3 Again, unfortunately the only way I found that worked was to overwrite the widget for each field in formfield_for_foreignkey/formfield_for_manytomany. 4 4 5 But again, using the proxy model causes issues, like having to create a new model and register it through a new ModelAdmin class, which can be an issue if this be supported within django.5 But again, using the proxy model causes issues, like having to create a new model and register it through a new ModelAdmin class, which can be an issue if this is to be supported within django. 6 6 7 7 Finally I found that it's possible to customise the AutocompleteJsonView, which is fairly easy to do.