Skip to content

Commit

Permalink
removed django-rangefilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Pancham1603 committed Dec 12, 2023
1 parent 68edcb3 commit d12e9b3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion apps/users/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django.http import HttpResponse
from django.utils import timezone
from django.utils.html import format_html
from rangefilter.filter import DateRangeFilter
from django.contrib.admin.filters import DateRangeFilter
from tablib import Dataset
from .models import *
from import_export.admin import ImportExportModelAdmin
Expand Down
1 change: 0 additions & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
'django_crontab',
'hijack',
'hijack.contrib.admin',
'rangefilter',
]


Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ django-crontab
uuid
tablib
XlsxWriter
django-admin-rangefilter
pytz
django-sql-explorer[xls]

0 comments on commit d12e9b3

Please sign in to comment.