File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Changelog
6
6
Development
7
7
===========
8
8
- (Fill this out as you fix issues and develop your features).
9
+
10
+ Changes in 0.20.0
11
+ =================
9
12
- ATTENTION: Drop support for Python2
10
13
- Add Mongo 4.0 to Travis
11
14
- Fix error when setting a string as a ComplexDateTimeField #2253
@@ -14,12 +17,12 @@ Development
14
17
- Fixed a bug causing inaccurate query results, while combining ``__raw__ `` and regular filters for the same field #2264
15
18
- Add support for the `elemMatch ` projection operator in .fields() (e.g BlogPost.objects.fields(elemMatch__comments="test")) #2267
16
19
- DictField validate failed without default connection (bug introduced in 0.19.0) #2239
17
- - Remove methods deprecated years ago:
20
+ - Remove methods that were deprecated years ago:
18
21
- name parameter in Field constructor e.g `StringField(name="...") `, was replaced by db_field
19
22
- Queryset.slave_okay() was deprecated since pymongo3
20
23
- dropDups was dropped with MongoDB3
21
24
- ``Queryset._ensure_indexes `` and ``Queryset.ensure_indexes ``, the right method to use is ``Document.ensure_indexes ``
22
- - Added pre-commit #2212
25
+ - Added pre-commit for development/CI #2212
23
26
- Renamed requirements-lint.txt to requirements-dev.txt #2212
24
27
- Support for setting ReadConcern #2255
25
28
Original file line number Diff line number Diff line change 28
28
)
29
29
30
30
31
- VERSION = (0 , 19 , 1 )
31
+ VERSION = (0 , 20 , 0 )
32
32
33
33
34
34
def get_version ():
You can’t perform that action at this time.
0 commit comments