Skip to content

Commit

Permalink
Ignore warning of django filter
Browse files Browse the repository at this point in the history
Can be removed once
carltongibson/django-filter#1623
is released.
  • Loading branch information
sliverc committed Nov 20, 2023
1 parent 6d046a1 commit af8ff7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/requirements-optionals.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
django-filter==23.3
# TODO once next version has been released (>3.1.0)
# this should be set to pinned version again
# once next version has been released (>3.1.0) this
# should be set to pinned version again
# see https://github.com/django-polymorphic/django-polymorphic/pull/541
django-polymorphic@git+https://github.com/django-polymorphic/django-polymorphic@master
pyyaml==6.0.1
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ filterwarnings =
# Django filter schema generation. Can be removed once we remove
# schema support
ignore:Built-in schema generation is deprecated.
# can be removed once django filter has released a new version including
# https://github.com/carltongibson/django-filter/pull/1623
ignore:'pkgutil.find_loader' is deprecated and slated for removal
testpaths =
example
tests

0 comments on commit af8ff7c

Please sign in to comment.