Skip to content

Commit fdea0c2

Browse files
committed
Edits
1 parent 34de8cb commit fdea0c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/model_fields_/test_embedded_model.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@
1818
from django_mongodb_backend.models import EmbeddedModel
1919

2020
from .models import (
21+
A,
2122
Address,
2223
ArtifactDetail,
2324
Author,
25+
B,
2426
Book,
27+
C,
28+
D,
2529
Data,
30+
E,
2631
ExhibitSection,
2732
Holder,
2833
Library,

0 commit comments

Comments
 (0)