Skip to content

Commit

Permalink
Remove code for older Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Feb 16, 2025
1 parent b8dd925 commit bf04f86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions django_celery_results/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
import re
from collections import namedtuple

import django

__version__ = '2.5.1'
__author__ = 'Asif Saif Uddin, Ask Solem'
__contact__ = 'auvipy@gmail.com'
Expand All @@ -31,6 +29,3 @@
del re

__all__ = []

if django.VERSION < (3, 2):
default_app_config = 'django_celery_results.apps.CeleryResultConfig'
1 change: 0 additions & 1 deletion t/proj/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@

USE_I18N = True

USE_L10N = True

USE_TZ = True
DJANGO_CELERY_RESULTS_TASK_ID_MAX_LENGTH = 191
Expand Down

0 comments on commit bf04f86

Please sign in to comment.