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
6
6
Development
7
7
===========
8
8
- (Fill this out as you fix issues and develop your features).
9
+ - Bugfix: manually setting SequenceField in DynamicDocument doesn't increment the counter #2471
9
10
10
11
Changes in 0.22.1
11
12
=================
Original file line number Diff line number Diff line change @@ -1162,7 +1162,7 @@ def __init__(
1162
1162
1163
1163
:param document_type: The type of Document that will be referenced
1164
1164
: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`.
1166
1166
:param reverse_delete_rule: Determines what to do when the referring
1167
1167
object is deleted
1168
1168
:param kwargs: Keyword arguments passed into the parent :class:`~mongoengine.BaseField`
You can’t perform that action at this time.
0 commit comments