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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ Changelog
7
7
Development
8
8
===========
9
9
- (Fill this out as you fix issues and develop your features).
10
+
11
+
Changes in 0.28.0
12
+
=================
10
13
- Fix for uuidRepresentation not read when provided in URI #2741
11
14
- Add option to user array_filters https://www.mongodb.com/docs/manual/reference/operator/update/positional-filtered/ #2769
12
15
- Fix combination of __raw__ and mongoengine syntax #2773
@@ -20,7 +23,7 @@ Development
20
23
Thus, it must be called like `with no_dereference(User):` and no longer `with no_dereference(User) as ...:`
21
24
- Added __raw__ to :meth:`~mongoengine.Queryset.order_by()` to allow to provide raw pymongo 'sort' argument and get around some of the limitations #2783
22
25
- Add `text_score` argument on :meth:`~mongoengine.Document.search_text()` to allow text_score computation to be turned off
23
-
as it interfer with natural returned documents order #2759
26
+
as it interfere with natural returned documents order #2759
0 commit comments