Skip to content

Commit c068379

Browse files
author
Carlos Ramirez
committed
fixed related_fkey_lookups
1 parent 1a66418 commit c068379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mongodbforms/documentoptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ class DocumentMetaWrapper(MutableMapping):
120120
concrete_managers = []
121121
virtual_fields = []
122122
auto_created = False
123+
related_fkey_lookups = []
123124

124125
def __init__(self, document, meta=None):
125126
super(DocumentMetaWrapper, self).__init__()

0 commit comments

Comments
 (0)