Re: Model serializer factory

2016-10-24 Thread Xavier Ordoquy
Hi,

> Le 24 oct. 2016 à 14:27, Горобец Дмитрий  a écrit :
> 
> Hello,
> 
> Is there a shortcut for making dynamic model serializers like 
> modelform_factory?

No, there’s no such thing for now.
However, as you can see from the model form_factory sources, it shouldn’t be 
too hard to do something similar.

Regards,
Xavier,
Linovia.

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-rest-framework+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Model serializer factory

2016-10-24 Thread Горобец Дмитрий
Hello,

Is there a shortcut for making dynamic model serializers 
like modelform_factory?

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-rest-framework+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.