Browsable API and ForeignKey

2018-10-09 Thread routhy
How do I get DRF to render a select field for selecting a related model on a foreignkey field? Cannot find this covered in the docs and most of my models have a related model in the form of a user or group or category and need a select field in order to be used. Is there some extra parameter to

Re: Browsable API and ForeignKey

2018-10-09 Thread routhy
Oh derp, figured this out. Need the HyperlinkedRelatedField and writable=True On Tuesday, 9 October 2018 06:39:02 UTC-7, rou...@gmail.com wrote: > > How do I get DRF to render a select field for selecting a related model on > a foreignkey field? Cannot find this covered in the docs and most of m