File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,14 @@ Development
7
7
===========
8
8
- (Fill this out as you fix issues and develop your features).
9
9
- Add Mongo 4.0 to Travis
10
- - BREAKING CHANGE: Removed ``Queryset._ensure_indexes `` and ``Queryset.ensure_indexes `` that were deprecated in 2013.
11
- ``Document.ensure_indexes `` still exists and is the right method to use
12
10
- Fixed a bug causing inaccurate query results, while combining ``__raw__ `` and regular filters for the same field #2264
13
11
- Add support for the `elemMatch ` projection operator in .fields() (e.g BlogPost.objects.fields(elemMatch__comments="test")) #2267
14
12
- DictField validate failed without default connection (bug introduced in 0.19.0) #2239
15
13
- Remove methods deprecated years ago:
16
14
- name parameter in Field constructor e.g `StringField(name="...") `, was replaced by db_field
17
15
- Queryset.slave_okay() was deprecated since pymongo3
18
16
- dropDups was dropped with MongoDB3
17
+ - ``Queryset._ensure_indexes `` and ``Queryset.ensure_indexes ``, the right method to use is ``Document.ensure_indexes ``
19
18
20
19
Changes in 0.19.1
21
20
=================
You can’t perform that action at this time.
0 commit comments