Fix deferred loading of 'pk' field

This commit is contained in:
Diederik van der Boor
2016-02-18 13:14:09 +01:00
parent 46e41a6c1c
commit 88bb23b506
3 changed files with 6 additions and 5 deletions
+1
View File
@@ -7,6 +7,7 @@ Changes in git
* Fixed support for ``PolymorphicManager.from_queryset()`` for custom query sets.
* Fixed Django 1.7 ``changeform_view()`` redirection to the child admin site.
This fixes custom admin code that uses these views, such as django-reversion_'s ``revision_view()`` / ``recover_view()``.
* Fixed ``.only('pk')`` field support.
Version 0.9 (2016-02-17)