Resolve field name to db field name when using distinct(#260, #264, #269)

This commit is contained in:
Ross Lawley
2013-04-12 14:20:44 +00:00
parent 37740dc010
commit 63edd16a92
4 changed files with 28 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.7.10
=================
- Resolve field name to db field name when using distinct(#260, #264, #269)
- Added kwargs to doc.save to help interop with django (#223, #270)
- Fixed cloning querysets in PY3
- Int fields no longer unset in save when changed to 0 (#272)