This repository has been archived by the owner on Feb 7, 2019. It is now read-only.
Performance improvements for M2M properties
As described in PR #44, this release's focus is mainly meant to keep the number of DB queries constant when cloning objects including M2M fields.
Previously, the complexity was O(n) with n being the number of M2M relations. Thanks to @raphaelm complexity could be fixed to a constant value (so, O(1)).