Bug #9192
django-model-utils 2.4 break authentic
Start date:
03 December 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
PassThroughManager has been completely removed, for now we'll add a constraint to django-model-utils dependency.
Related issues
Associated revisions
History
Updated by Benjamin Dauvergne about 7 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|0cacd7cf4e4e9962ac75e0c28fddcda5df12a4fc.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
Updated by Paul Marillonnet almost 6 years ago
- Has duplicate Bug #14909: Django 'AttributeError' with django-model-utils 2.6 added
setup.py: django-model-utils 2.4 breaks authentic (fixes #9192)
PassThroughManager was removed in favor of Manager.from_queryset() and
Queryset.as_manager() included in Django since 1.7.