You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Development
18
18
- Fix querying on `(Generic)EmbeddedDocument` subclasses fields #475
19
19
- Generate unique indices for `SortedListField` and `EmbeddedDocumentListFields` #2020
20
20
- BREAKING CHANGE: Changed the behavior of a custom field validator (i.e `validation` parameter of a `Field`). It is now expected to raise a `ValidationError` instead of returning True/False #2050
21
-
- BREAKING CHANGE: `QuerySet.aggreagte` now takes limit and skip value into account #2029
21
+
- BREAKING CHANGE: `QuerySet.aggregate` now takes limit and skip value into account #2029
22
22
- BREAKING CHANGES (associated with connect/disconnect fixes):
23
23
- Calling `connect` 2 times with the same alias and different parameter will raise an error (should call `disconnect` first).
24
24
- `disconnect` now clears `mongoengine.connection._connection_settings`.
0 commit comments