File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,15 @@ Changelog
44
55Development
66===========
7- - Improve performances by removing SemiStrictDict
7+ - (Fill this out as you fix issues and develop your features).
8+
9+ Changes in 0.14.1
10+ =================
11+ - Removed SemiStrictDict and started using a regular dict for `BaseDocument._data ` #1630
12+ - Added support for the `$position ` param in the `$push ` operator #1566
13+ - Fixed `DateTimeField ` interpreting an empty string as today #1533
14+ - Added a missing `__ne__ ` method to the `GridFSProxy ` class #1632
15+ - Fixed `BaseQuerySet._fields_to_db_fields ` #1553
816
917Changes in 0.14.0
1018=================
Original file line number Diff line number Diff line change 2323 list (signals .__all__ ) + list (errors .__all__ ))
2424
2525
26- VERSION = (0 , 14 , 0 )
26+ VERSION = (0 , 14 , 1 )
2727
2828
2929def get_version ():
You can’t perform that action at this time.
0 commit comments