File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
2020Changes in 0.27.0
2121=================
You can’t perform that action at this time.
0 commit comments