django-background-tasks icon indicating copy to clipboard operation
django-background-tasks copied to clipboard

Fixes for Django 4.x

Open capriele opened this issue 3 years ago • 10 comments

capriele avatar Feb 04 '22 15:02 capriele

+1 !!!!

I added the fix manually to make it run, hope for it to be pushed someday.

stefanoostwegel avatar Feb 25 '22 10:02 stefanoostwegel

Im not really good with creating pull requests, but there was another fixed required in the process_tasks.py 14: from django.db import close_old_connections

stefanoostwegel avatar Feb 25 '22 10:02 stefanoostwegel

@capriele @stefanoostwegel I am maintaining an updated version of this package until this is officially updated. Was going to publish my fixes, but saw you had this open so I gave you credit too, https://pypi.org/project/django-background-tasks-updated/

iamjonmiller avatar Mar 16 '22 15:03 iamjonmiller

when will this be merged , as lots of projects using this

mohitpandeyji avatar Feb 10 '23 07:02 mohitpandeyji

when will this be merged , as lots of projects using this

Just use this until this is updated (if ever): https://pypi.org/project/django-background-tasks-updated/

iamjonmiller avatar Apr 18 '23 22:04 iamjonmiller

when will this be merged , as lots of projects using this

Just use this until this is updated (if ever): https://pypi.org/project/django-background-tasks-updated/

This doesn't hold up for Python 3.12 as imp was removed

CDWimmer avatar Mar 10 '24 22:03 CDWimmer

This doesn't hold up for Python 3.12 as imp was removed

@CDWimmer Published an update yesterday with full 3.12 compatibility

iamjonmiller avatar Jun 07 '24 17:06 iamjonmiller

This doesn't hold up for Python 3.12 as imp was removed

@CDWimmer Published an update yesterday with full 3.12 compatibility

Legend

CDWimmer avatar Jun 11 '24 17:06 CDWimmer

Can this land? The 3.12 fix is a big improvement alone.

aviya-bm avatar Jun 20 '24 09:06 aviya-bm

Can this land? The 3.12 fix is a big improvement alone.

@aviya-bm https://pypi.org/project/django-background-tasks-updated/ Jon Miller maintains a fork, recommend switching to use that instead of this.

CDWimmer avatar Jun 30 '24 16:06 CDWimmer

Resolved in #300

iamjonmiller avatar Aug 16 '24 23:08 iamjonmiller