gavinwahl / django-postgres-queue

A task queue for django
BSD 2-Clause "Simplified" License
120 stars 14 forks source link

Adapt test project to Django 2.0 and above #17

Open Majsvaffla opened 12 months ago

Majsvaffla commented 12 months ago

I noticed that the testproj doesn't work with Django 2.0 or newer so I fixed that. Django 1.11 also doesn't support anything above Python 3.7 it might be time to drop support for all Django versions below 3.2 since it's the oldest LTS version.