Skip to content

Commit

Permalink
update rangefilter
Browse files Browse the repository at this point in the history
  • Loading branch information
codiebeulaine committed May 10, 2021
1 parent 62ce0a6 commit fadf669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molo/profiles/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from django.conf import settings
from django.db.models import Q

from rangefilter.filter import DateRangeFilter
from rangefilter.filters import DateRangeFilter
from wagtail.contrib.modeladmin.options import ModelAdmin as WagtailModelAdmin
from molo.profiles.admin_views import FrontendUsersAdminView
from molo.profiles.models import (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(*parts):
'django-cas-ng==4.1.1',
'django-el-pagination==3.1.0',
'django-extensions',
'django-admin-rangefilter==0.6.3',
'django-admin-rangefilter==0.8.1',
'django-google-analytics-app==5.0.1',
'django-libsass',
'django-mptt~=0.11.0',
Expand Down

0 comments on commit fadf669

Please sign in to comment.