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
- Fix issue when using multiple connections to the same mongo with different credentials #2047
15
+
- `connect` fails immediately when db name contains invalid characters #2031 #1718
16
+
- Fix the default write concern of `Document.save` that was overwriting the connection write concern #568
17
+
- Fix querying on `List(EmbeddedDocument)` subclasses fields #1961 #1492
18
+
- Fix querying on `(Generic)EmbeddedDocument` subclasses fields #475
19
+
- Generate unique indices for `SortedListField` and `EmbeddedDocumentListFields` #2020
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
22
+
- BREAKING CHANGES (associated with connect/disconnect fixes):
23
+
- Calling `connect` 2 times with the same alias and different parameter will raise an error (should call `disconnect` first).
24
+
- `disconnect` now clears `mongoengine.connection._connection_settings`.
25
+
- `disconnect` now clears the cached attribute `Document._collection`.
26
26
- (Fill this out as you fix issues and develop your features).
0 commit comments