myyang / django-pb-model

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

Closes #23 skip serialize reverse relation to avoid exception #24

Closed cecilulysess closed 4 years ago

cecilulysess commented 4 years ago
----------------------------------------------------------------------
Ran 7 tests in 0.058s

OK
Destroying test database for alias 'default'...
Name                              Stmts   Miss  Cover   Missing
---------------------------------------------------------------
pb_model/__init__.py                  0      0   100%
pb_model/admin.py                     1      1     0%   1
pb_model/apps.py                      0      0   100%
pb_model/fields.py                  156      7    96%   36, 111-114, 121, 155, 214
pb_model/migrations/__init__.py       0      0   100%
pb_model/models.py                  207      7    97%   244-246, 366, 369-372, 445
pb_model/tests/__init__.py            0      0   100%
pb_model/tests/models.py             42      0   100%
pb_model/tests/models_pb2.py         90      0   100%
pb_model/tests/tests.py             120      0   100%
pb_model/urls.py                      0      0   100%
pb_model/views.py                     0      0   100%
---------------------------------------------------------------
TOTAL                               616     15    98%