myyang / django-pb-model

Protobuf mixin for django model
Other
112 stars 22 forks source link

Extend custom serializers to handle fields and relations which are not mixed-in with protobuf support. #11

Closed e3-nbaker closed 4 years ago

e3-nbaker commented 5 years ago

We have several foreign relations which are types we cannot easily extend with protobuf support. Custom serializers handle this fine for fields, this work extends it to relations

cmin764 commented 4 years ago

Hi, is there any news on this one? Like plans to refactor and integrate? This requires some conflicts solving first.

myyang commented 4 years ago

@e3-nbaker Seems that these changes fit to current master, could you rebase to latest master and add docstring to RepeatedForeignField? If not I'm going to pick your changes to a new PR with docs in few days and close this PR.

myyang commented 4 years ago

Picked in #17. Close then.