File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,14 @@ Changelog
7
7
Development
8
8
===========
9
9
- (Fill this out as you fix issues and develop your features).
10
+
11
+ Changes in 0.24.0
12
+ =================
10
13
- EnumField improvements: now ``choices `` limits the values of an enum to allow
11
14
- Fix bug that prevented instance queryset from using custom queryset_class #2589
12
15
- Fix deepcopy of EmbeddedDocument #2202
16
+ - Introduce a base exception class for MongoEngine exceptions (MongoEngineException).
17
+ Note that this doesn't concern the pymongo errors #2515
13
18
- Fix error when using precision=0 with DecimalField #2535
14
19
- Add support for regex and whole word text search query #2568
15
20
- Add support for update aggregation pipeline #2578
@@ -45,7 +50,7 @@ Development
45
50
locally.
46
51
47
52
Changes in 0.23.1
48
- ===========
53
+ =================
49
54
- Bug fix: ignore LazyReferenceFields when clearing _changed_fields #2484
50
55
- Improve connection doc #2481
51
56
Original file line number Diff line number Diff line change 29
29
)
30
30
31
31
32
- VERSION = (0 , 23 , 1 )
32
+ VERSION = (0 , 24 , 0 )
33
33
34
34
35
35
def get_version ():
You can’t perform that action at this time.
0 commit comments