richardbarran / django-photologue

A customizable plug-in photo gallery management application for the Django web framework.
BSD 3-Clause "New" or "Revised" License
675 stars 239 forks source link

Backport release of 3.1.x #151

Closed hedleyroos closed 8 years ago

hedleyroos commented 8 years ago

django-model-utils 2.4 has deprecated the PassthroughManager. https://github.com/jdriscoll/django-photologue/blob/3.1.1/requirements.txt has a lax pin django-model-utils>=2.2. If I create a PR to constrain it to django-model-utils>=2.2,<2.4 would you release 3.1.2?

richardbarran commented 8 years ago

Yes I would - please send in a PR.

richardbarran commented 8 years ago

PassthroughManager is no longer used, as Django now supports this functionality natively; so I guess that this requirement is obsolete.