Skip to content

Commit c446c49

Browse files
committed
Edits
1 parent 3bba56b commit c446c49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/model_fields_/test_embedded_model.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,17 @@
1717
from django_mongodb_backend.fields import EmbeddedModelField
1818
from django_mongodb_backend.models import EmbeddedModel
1919

20-
2120
from .models import (
21+
A,
2222
Address,
2323
ArtifactDetail,
2424
Author,
25+
B,
2526
Book,
27+
C,
28+
D,
2629
Data,
30+
E,
2731
ExhibitSection,
2832
Holder,
2933
Library,

0 commit comments

Comments
 (0)