myyang / django-pb-model

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

pb_model: fix autogen field of proxy model #30

Closed myyang closed 3 years ago

myyang commented 3 years ago

The Meta class automatically generates fields that lead to duplicated fields of the original field and conflict occurs. This commit skips field creation of the proxy model and adds related tests to secure this issue.

Fix #29