File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Changelog
66Development
77===========
88- (Fill this out as you fix issues and develop your features).
9+ - Bugfix: manually setting SequenceField in DynamicDocument doesn't increment the counter #2471
910
1011Changes in 0.22.1
1112=================
Original file line number Diff line number Diff line change @@ -1162,7 +1162,7 @@ def __init__(
11621162
11631163 :param document_type: The type of Document that will be referenced
11641164 :param dbref: Store the reference as :class:`~pymongo.dbref.DBRef`
1165- or as the :class:`~pymongo.objectid.ObjectId`.id .
1165+ or as the :class:`~pymongo.objectid.ObjectId`.
11661166 :param reverse_delete_rule: Determines what to do when the referring
11671167 object is deleted
11681168 :param kwargs: Keyword arguments passed into the parent :class:`~mongoengine.BaseField`
You can’t perform that action at this time.
0 commit comments