Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Increase required version of optional Polymorphic Models for Django#1289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
sliverc wants to merge1 commit intodjango-json-api:main
base:main
Choose a base branch
Loading
fromsliverc:django_polymorphic_version
Open
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletionsCHANGELOG.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -21,6 +21,10 @@ any parts of the framework not mentioned in the documentation should generally b
This adds full support for using multipart field names for includes while configuring `JSON_API_FORMAT_FIELD_NAMES`.
* Ensured that sparse fieldset fully supports `JSON_API_FORMAT_FIELD_NAMES`.

### Changed

* Set minimum required version of optional Polymorphic Models for Django to 4.0.0.

### Removed

* Removed support for Python 3.8.
Expand Down
5 changes: 1 addition & 4 deletionsrequirements/requirements-optionals.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
django-filter==24.3
# 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 # pyup: ignore
django-polymorphic==4.1.0
pyyaml==6.0.2
uritemplate==4.1.1
2 changes: 1 addition & 1 deletionsetup.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -110,7 +110,7 @@ def get_package_data(package):
"django>=4.2",
],
extras_require={
"django-polymorphic": ["django-polymorphic>=3.0"],
"django-polymorphic": ["django-polymorphic>=4.0.0"],
"django-filter": ["django-filter>=2.4"],
"openapi": ["pyyaml>=5.4", "uritemplate>=3.0.1"],
},
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp