Skip to content

Commit 839bc99

Browse files
committed
Updated changelog to prepare 0.10.0 release
1 parent 0aeb1ca commit 839bc99

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/changelog.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
Changelog
33
=========
44

5+
Changes in 0.10.1 - DEV
6+
=======================
57

6-
Changes in 0.9.X - DEV
7-
======================
8+
Changes in 0.10.0
9+
=================
10+
- Django support was removed and will be available as a separate extension. #958
11+
- Allow to load undeclared field with meta attribute 'strict': False #957
12+
- Support for PyMongo 3+ #946
13+
- Removed get_or_create() deprecated since 0.8.0. #300
814
- Improve Document._created status when switch collection and db #1020
915
- Queryset update doesn't go through field validation #453
1016
- Added support for specifying authentication source as option `authSource` in URI. #967
@@ -14,17 +20,14 @@ Changes in 0.9.X - DEV
1420
- Use sets for populating dbrefs to dereference
1521
- Fixed unpickled documents replacing the global field's list. #888
1622
- Fixed storage of microseconds in ComplexDateTimeField and unused separator option. #910
17-
- Django support was removed and will be available as a separate extension. #958
1823
- Don't send a "cls" option to ensureIndex (related to https://jira.mongodb.org/browse/SERVER-769)
1924
- Fix for updating sorting in SortedListField. #978
2025
- Added __ support to escape field name in fields lookup keywords that match operators names #949
21-
- Support for PyMongo 3+ #946
2226
- Fix for issue where FileField deletion did not free space in GridFS.
2327
- No_dereference() not respected on embedded docs containing reference. #517
2428
- Document save raise an exception if save_condition fails #1005
2529
- Fixes some internal _id handling issue. #961
2630
- Updated URL and Email Field regex validators, added schemes argument to URLField validation. #652
27-
- Removed get_or_create() deprecated since 0.8.0. #300
2831
- Capped collection multiple of 256. #1011
2932
- Added `BaseQuerySet.aggregate_sum` and `BaseQuerySet.aggregate_average` methods.
3033
- Fix for delete with write_concern {'w': 0}. #1008

0 commit comments

Comments
 (0)