CappedCollection max_size normalized to multiple of 256

This commit is contained in:
Matthieu Rigal
2015-06-15 00:22:07 +02:00
parent b124836f3a
commit 2a3d3de0b2
4 changed files with 78 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ Changes in 0.9.X - DEV
- Fixes some internal _id handling issue. #961
- Updated URL and Email Field regex validators, added schemes argument to URLField validation. #652
- Removed get_or_create() deprecated since 0.8.0. #300
- Capped collection multiple of 256. #1011
Changes in 0.9.0
================