Fixed queryset.get() respecting no_dereference (#373)

This commit is contained in:
Ross Lawley
2013-06-21 10:39:10 +00:00
parent f1a1aa54d8
commit e116bb9227
3 changed files with 5 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.3
================
- Fixed queryset.get() respecting no_dereference (#373)
- Added full_result kwarg to update (#380)
Changes in 0.8.2