umutbozkurt / django-rest-framework-mongoengine

Mongoengine support for Django Rest Framework
MIT License
616 stars 167 forks source link

Add `style` to field kwargs. #289

Open regoawt opened 2 years ago

regoawt commented 2 years ago

This means that the DRF field gets built with the style kwarg set to what is defined in the mongoengine field. Fixes #288