Hi, Firstly, The context.
My company wants to use layers of classes called API's and google protobuf as the data exchange format. An API is tied to a protobuf message Reason is, thinking ahead. model changes might impact code base. But i feel confused. I believe that model changes can be encapsulated using the model managers alone. Which brings me to building a prototype for the Data Partitioning scenario. What is the best way to implement data partitioning in DRF? I am currently overriding the create method in the manager to use an argument and select a different Model. How do i implement - override the filter method of the manager. It seems to be coming from django.query.QuerySet Is there a simpler way to do this? P.S. I am using the polymorphic python django package in some faith that it offers chaining multiple models out of the box. Thank You Manoj -- 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.
