Skip to content

Commit 6d046a1

Browse files
committed
Tagged master branch of django-polymorphic
This way Python 3.12 will work as following PR was merged. jazzband/django-polymorphic#541
1 parent 1bbc2e3 commit 6d046a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
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
36
pyyaml==6.0.1
47
uritemplate==4.1.1

setup.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ filterwarnings =
6565
error::PendingDeprecationWarning
6666
# Remove when DRF is not depending on it anymore
6767
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
7168
# Django filter schema generation. Can be removed once we remove
7269
# schema support
7370
ignore:Built-in schema generation is deprecated.

0 commit comments

Comments
 (0)
close