islco / django-rq-scheduler

A database backed job scheduler for Django RQ and RQ Scheduler
MIT License
42 stars 46 forks source link

Fix admin delete django1.8 #14

Closed rstalbow closed 5 years ago

rstalbow commented 7 years ago

When bulk deleting fix to remove from the queue. Django 1.8 is LTS so made the package work in a 1.8 environment

tom-price commented 5 years ago

I'm going to close this PR for a few reasons.

  1. Moving the queue choices to the Choices model means their values are tracked as part of Django's Migrations; however, these values are not fixed and can vary from user to user and thus shouldn't be tracked in the migrations.
  2. A similar improvement fixing the admin delete has since been applied.
  3. Django 1.8 is no longer a LTS release.