This repository has been archived by the owner on Feb 7, 2019. It is now read-only.
Handle deferred fields
Previously, it was impossible to use only()
or defer()
on a QuerySet for a Versionable Model; doing so resulted in an infinite loop.
This has been corrected, and some documentation about the limitations of this were added (specifically, it is not possible to clone or restore a version that has been fetched with deferred fields).