Skip to content

Commit 1f220b4

Browse files
committed
update changelog and fix minor typo in docstring
1 parent 97c99ca commit 1f220b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Changelog
66
Development
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

1011
Changes in 0.22.1
1112
=================

mongoengine/fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)