Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Handle deferred fields

Compare
Choose a tag to compare
@brki brki released this 20 Dec 09:32
· 91 commits to master since this release

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).