Skip to content

Commit 476b07a

Browse files
committed
reformat changelog
1 parent e2b9a02 commit 476b07a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/changelog.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ Development
77
===========
88
- (Fill this out as you fix issues and develop your features).
99
- 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
1210
- Fixed a bug causing inaccurate query results, while combining ``__raw__`` and regular filters for the same field #2264
1311
- Add support for the `elemMatch` projection operator in .fields() (e.g BlogPost.objects.fields(elemMatch__comments="test")) #2267
1412
- DictField validate failed without default connection (bug introduced in 0.19.0) #2239
1513
- Remove methods deprecated years ago:
1614
- name parameter in Field constructor e.g `StringField(name="...")`, was replaced by db_field
1715
- Queryset.slave_okay() was deprecated since pymongo3
1816
- dropDups was dropped with MongoDB3
17+
- ``Queryset._ensure_indexes`` and ``Queryset.ensure_indexes``, the right method to use is ``Document.ensure_indexes``
1918

2019
Changes in 0.19.1
2120
=================

0 commit comments

Comments
 (0)