Skip to content

Commit

Permalink
fix django range filter deprecated import
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Dec 11, 2023
1 parent c376233 commit bb030bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alyx/data/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from django.contrib import admin, messages
from django.utils.html import format_html
from django_admin_listfilter_dropdown.filters import RelatedDropdownFilter
from rangefilter.filter import DateRangeFilter
from rangefilter.filters import DateRangeFilter

from .models import (DataRepositoryType, DataRepository, DataFormat, DatasetType,
Dataset, FileRecord, Download, Revision, Tag)
Expand Down

0 comments on commit bb030bb

Please sign in to comment.