Releases: myyang/django-pb-model
Releases · myyang/django-pb-model
v0.3.3
Prevent double saving on model without m2m fields
v0.3.2
Fix proxy model duplicated fields issue
v0.3.1
- Support Protobuf Any Type with
pb_model.fields.ProbufAnyType
v0.1.11
- fix flow for reverse relation
v0.1.10
- Support nested protobuf message
- Optional depth limit for nested nested protobuf message mapping
v0.1.8
- Support fields auto generation from protobuf schema
- Improve repository instruction and management.
v0.1.7
Support Django 2.0 since this version 🙌
v0.1.6
pypi configuration update: django version.
v0.1.5
Minor bugs and tests fixed.
v0.1.3-alpha
- Fix compatibility of 1.9, 1.10, 1.11
- Pass datetime assertion while diff is only 1e-6 which is error of parsing with nanoseconds from Protobuf