Hi > Le 22 déc. 2016 à 07:08, korea k <[email protected]> a écrit : > > Recently, I use DRF to write API.I found it's there is a so tight releation > between Django Model and DRF serializer.
Nope. DRF serializers are independent from Django Models. ModelSerializers are not. > Especially, ModelSerializer. Can anyone show me some more detail about it? What kind of detail do you need ? > How you guys thinking when desgin DRF? Focus on the representation of the ressource. REST is about REpresentational State Transfer. > Or maybe I shoule downloads old version of DRF to understand better What would that change the understanding ? Regards, Xavier Ordoquy, 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
