Classify the QuerySet.aggregate change as a bugfix [ci skip]
This commit is contained in:
parent
1fc5b954f2
commit
118a998138
@ -16,9 +16,9 @@ Development
|
|||||||
- Fix the default write concern of `Document.save` that was overwriting the connection write concern #568
|
- Fix the default write concern of `Document.save` that was overwriting the connection write concern #568
|
||||||
- Fix querying on `List(EmbeddedDocument)` subclasses fields #1961 #1492
|
- Fix querying on `List(EmbeddedDocument)` subclasses fields #1961 #1492
|
||||||
- Fix querying on `(Generic)EmbeddedDocument` subclasses fields #475
|
- Fix querying on `(Generic)EmbeddedDocument` subclasses fields #475
|
||||||
|
- Fix `QuerySet.aggregate` so that it takes limit and skip value into account #2029
|
||||||
- Generate unique indices for `SortedListField` and `EmbeddedDocumentListFields` #2020
|
- Generate unique indices for `SortedListField` and `EmbeddedDocumentListFields` #2020
|
||||||
- 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
|
- 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
|
||||||
- BREAKING CHANGE: `QuerySet.aggregate` now takes limit and skip value into account #2029
|
|
||||||
- BREAKING CHANGES (associated with connect/disconnect fixes):
|
- BREAKING CHANGES (associated with connect/disconnect fixes):
|
||||||
- Calling `connect` 2 times with the same alias and different parameter will raise an error (should call `disconnect` first).
|
- Calling `connect` 2 times with the same alias and different parameter will raise an error (should call `disconnect` first).
|
||||||
- `disconnect` now clears `mongoengine.connection._connection_settings`.
|
- `disconnect` now clears `mongoengine.connection._connection_settings`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user