myyang / django-pb-model

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

Auto fields. #8

Closed platonfloria closed 5 years ago

platonfloria commented 5 years ago

Enable automatic django model field generation based on protobuf message definition. Custom fields implemented to support mapping to protobuf repeated and map fields, as well as more complex repeated and map many-to-many relations. Had to drop django 1.8 support.

Let me know what you think.

myyang commented 5 years ago

Updated conversion logic.

Renamed serialiser methods.

typo

platonfloria commented 5 years ago

I think Django version compatibility could be extracted as single PR.

Done

platonfloria commented 5 years ago

Updated conversion logic. Renamed serialiser methods.

typo

Fixed