John Montgomery
John Montgomery
Have you run syncdb? On 14 May 2016 13:35, "matthewgo" [email protected] wrote: > Hello @lilspikey https://github.com/lilspikey , I'm still getting the > error No Such Table: background_task even though I...
I’d take this up with the owners of that fork. This project currently doesn’t support the latest version of Django. It’s also only meant for Python 2 - not Python...
Hi, my guess is that this is timezone related. I originally wrote background task, before Django added timezone aware datetime support. What time does the database show? What time do...
I'm not sure how feasible this will be to do - at lest based on how batch select works at the moment. The 2nd query to pull in the extra...
Given Python 3 support was only added to Django after they added [prefetch_related](https://docs.djangoproject.com/en/1.7/ref/models/querysets/#django.db.models.query.QuerySet.prefetch_related) how useful is adding Python 3 support to batch select? Also I'm not actually using Python 3...
Sounds like a plan. I should probably review the logging, as I wrote most of it pre-1.3. Hopefully I'll get a chance at the weekend to do this.