Skip to content

Releases: myyang/django-pb-model

v0.3.3

10 Dec 08:24
33b8f87
Compare
Choose a tag to compare

Prevent double saving on model without m2m fields

v0.3.2

25 Mar 01:33
8435907
Compare
Choose a tag to compare

Fix proxy model duplicated fields issue

v0.3.1

23 Aug 17:13
Compare
Choose a tag to compare
  • Support Protobuf Any Type with pb_model.fields.ProbufAnyType

v0.1.11

14 Jul 02:25
Compare
Choose a tag to compare
  • fix flow for reverse relation

v0.1.10

18 Jun 06:48
Compare
Choose a tag to compare
  • Support nested protobuf message
  • Optional depth limit for nested nested protobuf message mapping

v0.1.8

16 May 03:18
Compare
Choose a tag to compare
  • Support fields auto generation from protobuf schema
  • Improve repository instruction and management.

v0.1.7

23 Apr 09:16
Compare
Choose a tag to compare

Support Django 2.0 since this version 🙌

v0.1.6

22 Jun 08:23
Compare
Choose a tag to compare

pypi configuration update: django version.

v0.1.5

07 Jun 02:34
Compare
Choose a tag to compare

Minor bugs and tests fixed.

v0.1.3-alpha

20 May 17:15
Compare
Choose a tag to compare
  • 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