remove testcase:test_signals_with_switch_sharding_db() and fix code style error for pull#1020

This commit is contained in:
Breeze.kay
2015-06-21 09:32:31 +08:00
parent dfc7f35ef1
commit 41bff0b293
3 changed files with 3 additions and 50 deletions

View File

@@ -5,7 +5,7 @@ Changelog
Changes in 0.9.X - DEV
======================
- improve Document._created status when switch collection and db #1020
- Improve Document._created status when switch collection and db #1020
- Queryset update doesn't go through field validation #453
- Added support for specifying authentication source as option `authSource` in URI. #967
- Fixed mark_as_changed to handle higher/lower level fields changed. #927