File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments