Simplified Q objects

Removed QueryTreeTransformerVisitor (#98) (#171)
This commit is contained in:
Ross Lawley
2012-12-21 16:35:09 +00:00
parent 3aff461039
commit 1cdf71b647
3 changed files with 53 additions and 112 deletions

View File

@@ -24,6 +24,7 @@ Changes in 0.8.X
- Added support for multiple slices and made slicing chainable. (#170) (#190) (#191)
- Fixed GridFSProxy __getattr__ behaviour (#196)
- Fix Django timezone support (#151)
- Simplified Q objects, removed QueryTreeTransformerVisitor (#98) (#171)
Changes in 0.7.9
================