/django-model-utils

Django model mixins and utilities, extended to support multiple levels of inheritance.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

django-model-utils

This is a fork of Carl Meyer's django-model-utils library. The only change is that the InheritanceManager has been extended to support multiple levels of inheritance.

Unfortunately, this change does not work in current versions of Django due to bug 16572. However, there is a proposed fix attached to that ticket that resolves the problem. You will need to apply that patch in order to use this version.