Skip to content

Commit d44533d

Browse files
committed
completed the changelog with missing details
1 parent 12d8bd5 commit d44533d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ Changes in 0.19.0
2323
- Added ability to check if Q or QNode are empty by parsing them to bool.
2424
- Instead of ``Q(name="John").empty`` use ``not Q(name="John")``.
2525
- Fix updating/modifying/deleting/reloading a document that's sharded by a field with ``db_field`` specified. #2125
26+
- Only set no_cursor_timeout when requested (fixes an incompatibility with MongoDB 4.2) #2148
2627
- ``ListField`` now accepts an optional ``max_length`` parameter. #2110
2728
- Improve error message related to InvalidDocumentError #2180
2829
- Added BulkWriteError to replace NotUniqueError which was misleading in bulk write insert #2152
2930
- Added ability to compare Q and Q operations #2204
3031
- Added ability to use a db alias on query_counter #2194
32+
- Added ability to specify collations for querysets with ``Doc.objects.collation`` #2024
3133
- Switch from nosetest to pytest as test runner #2114
3234
- The codebase is now formatted using ``black``. #2109
3335
- Documentation improvements:

0 commit comments

Comments
 (0)