matthiask / plata

Plata - the lean and mean Django-based Shop
https://plata-django-shop.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
197 stars 63 forks source link

Django 1.9 compatibility fix #75

Closed rantecki closed 8 years ago

rantecki commented 8 years ago

Fix the following error for Django 1.9. Still maintain compatibility for older Django's.

AttributeError: 'ReverseManyToOneDescriptor' object has no attribute 'related'
matthiask commented 8 years ago

Thanks!