Skip to content

Commit a2bb72b

Browse files
committed
fix typo in changelog for no_dereference
1 parent 40dde29 commit a2bb72b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/changelog.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Development
1212
- Fix validate() not being called when inheritance is used in EmbeddedDocument and validate is overriden #2784
1313
- Add support for readPreferenceTags in connection parameters #2644
1414
- Use estimated_documents_count OR documents_count when count is called, based on the query #2529
15-
- Fix no_dereferencing context manager which wasn't turning off auto-dereferencing correctly in some cases #2788
16-
- BREAKING CHANGE: no_dereferencing context manager no longer returns the class in __enter__ #2788
17-
as it was useless and making it look like it was returning a different class.
18-
Thus, must be called like `with no_dereferencing(User):` and no longer `with no_dereferencing(User) as OtherUserClass:`
15+
- Fix no_dereference context manager which wasn't turning off auto-dereferencing correctly in some cases #2788
16+
- BREAKING CHANGE: no_dereference context manager no longer returns the class in __enter__ #2788
17+
as it was useless and making it look like it was returning a different class although it was the same.
18+
Thus, it must be called like `with no_dereference(User):` and no longer `with no_dereference(User) as ...:`
1919

2020
Changes in 0.27.0
2121
=================

0 commit comments

Comments
 (0)