Changes between Initial Version and Version 1 of Ticket #29707, comment 2


Ignore:
Timestamp:
Aug 30, 2018, 9:19:06 AM (6 years ago)
Author:
Gianni Moschini

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29707, comment 2

    initial v1  
    33Again, unfortunately the only way I found that worked was to overwrite the widget for each field in formfield_for_foreignkey/formfield_for_manytomany.
    44
    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.
     5But 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.
    66
    77Finally I found that it's possible to customise the AutocompleteJsonView, which is fairly easy to do.
Back to Top