File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -290,12 +290,12 @@ as the constructor's argument::
290290 content = StringField()
291291
292292
293- .. _ one -to-many-with-listfields :
293+ .. _ many -to-many-with-listfields :
294294
295- One to Many with ListFields
295+ Many to Many with ListFields
296296'''''''''''''''''''''''''''
297297
298- If you are implementing a one to many relationship via a list of references,
298+ If you are implementing a many to many relationship via a list of references,
299299then the references are stored as DBRefs and to query you need to pass an
300300instance of the object to the query::
301301
Original file line number Diff line number Diff line change @@ -915,7 +915,7 @@ class ListField(ComplexBaseField):
915915 """A list field that wraps a standard field, allowing multiple instances
916916 of the field to be used as a list in the database.
917917
918- If using with ReferenceFields see: :ref:`one -to-many-with-listfields`
918+ If using with ReferenceFields see: :ref:`many -to-many-with-listfields`
919919
920920 .. note::
921921 Required means it cannot be empty - as the default for ListFields is []
You can’t perform that action at this time.
0 commit comments