django-background-tasks/background_task
2024-06-05 13:50:27 +02:00
..
management Fixed process_tasks 2022-03-31 14:13:56 -07:00
migrations Modify initial migration to use acceptable max_lengths on indexed fields 2018-08-29 15:49:18 -04:00
tests Consolidate models_completed.py into models.py 2019-12-11 14:30:36 +01:00
__init__.py Bump version 2024-06-05 13:50:27 +02:00
admin.py Improvements to admin 2024-05-28 10:36:19 +02:00
apps.py Set default_auto_field on app level 2024-04-02 17:15:12 +02:00
exceptions.py Add InvalidTaskError exception class. (#133) 2018-04-10 17:44:30 +02:00
models.py Support for Django 4.0 2022-03-15 14:23:03 -07:00
settings.py setting to choose the ordering direction for priority 2017-03-02 14:13:55 +01:00
signals.py Support for Django 4.0 2022-03-15 14:23:03 -07:00
tasks.py Replace django.utils.six with six to support Django 3.0 2019-12-03 18:52:38 -08:00
utils.py For Windows default TTW better is Fast. 2018-07-20 00:35:59 +03:00