Skip to content

Commit 2b79a7c

Browse files
author
Ryan P Kilby
committed
Merge pull request #77 from rpkilby/master
Fix order_by deprecation reference issue
2 parents b551c01 + 4feae01 commit 2b79a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework_filters/filterset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __new__(cls, name, bases, attrs):
4545
warnings.warn(
4646
'order_by is no longer supported. Use '
4747
'rest_framework.filters.OrderingFilter instead. See: '
48-
'https://github.com/philipn/django-rest-framework-filters/issues/62',
48+
'https://github.com/philipn/django-rest-framework-filters/issues/72',
4949
DeprecationWarning, stacklevel=2
5050
)
5151

0 commit comments

Comments
 (0)