Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit da4bfcf

Browse files
committedNov 20, 2023
Tagged master branch of django-polymorphic
This way Python 3.12 will work as following PR was merged. jazzband/django-polymorphic#541
1 parent 6ba204a commit da4bfcf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 
Lines changed: 4 additions & 1 deletion
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

Lines changed: 0 additions & 3 deletions
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)
Please sign in to comment.