=================
- Drop Python 3.2 support 1390
- Fix a bug where a dynamic doc has an index inside a dict field. 1278
- Fix: ``ListField`` minus index assignment does not work. 1128
- Fix cascade delete mixing among collections. 1224
- Add ``signal_kwargs`` argument to ``Document.save``, ``Document.delete`` and ``BaseQuerySet.insert`` to be passed to signals calls. 1206
- Raise ``OperationError`` when trying to do a ``drop_collection`` on document with no collection set.
- Fix a bug where a count on ``ListField`` of ``EmbeddedDocumentField`` fails. 1187
- Fix ``LongField`` values stored as int32 in Python 3. 1253
- ``MapField`` now handles unicode keys correctly. 1267
- ``ListField`` now handles negative indicies correctly. 1270
- Fix an ``AttributeError`` when initializing an ``EmbeddedDocument`` with positional args. 681
- Fix a ``no_cursor_timeout`` error with PyMongo v3.x. 1304
- Replace map-reduce based ``QuerySet.sum/average`` with aggregation-based implementations. 1336
- Fix support for ``__`` to escape field names that match operators' names in ``update``. 1351
- Fix ``BaseDocument._mark_as_changed``. 1369
- Add support for pickling ``QuerySet`` instances. 1397
- Fix connecting to a list of hosts. 1389
- Fix a bug where accessing broken references wouldn't raise a ``DoesNotExist`` error. 1334
- Fix not being able to specify ``use_db_field=False`` on ``ListField(EmbeddedDocumentField)`` instances. 1218
- Improvements to the dictionary field's docs. 1383