Add fix to FileField deletion

This commit is contained in:
Charanpal Dhanjal 2015-06-02 10:23:37 +01:00
parent 4769487c3b
commit 380d869195

View File

@ -18,6 +18,7 @@ Changes in 0.9.X - DEV
- Fix for updating sorting in SortedListField. #978
- Added __ support to escape field name in fields lookup keywords that match operators names #949
- Support for PyMongo 3+ #946
- Fix for issue where FileField deletion did not free space in GridFS.
Changes in 0.9.0
================