File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
django-filter==23.3
2
- django-polymorphic==3.1.0
2
+ # TODO once next version has been released (>3.1.0)
3
+ # this should be set to pinned version again
4
+ # see https://github.com/django-polymorphic/django-polymorphic/pull/541
5
+ django-polymorphic@git+https://github.com/django-polymorphic/django-polymorphic@master
3
6
pyyaml==6.0.1
4
7
uritemplate==4.1.1
Original file line number Diff line number Diff line change @@ -65,9 +65,6 @@ filterwarnings =
65
65
error::PendingDeprecationWarning
66
66
# Remove when DRF is not depending on it anymore
67
67
ignore:The django.utils.timezone.utc alias is deprecated.
68
- # can be removed once fixed in django polymorphic
69
- ignore:pkg_resources is deprecated as an API
70
- ignore:Deprecated call to `pkg_resource
71
68
# Django filter schema generation. Can be removed once we remove
72
69
# schema support
73
70
ignore:Built-in schema generation is deprecated.
You can’t perform that action at this time.
0 commit comments