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 3 compatibility #88

Closed vfigueiro closed 3 years ago

vfigueiro commented 3 years ago

This should make plata compatible with Django 3.

Breaks compatibility with Python 2 and Django 1.x.

Only ran tox, haven't tested otherwise.

matthiask commented 3 years ago

Thanks, I think this looks good! The test app probably needs a few migrations so that running the tests with newer Django versions works.