Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description: Describe in a couple of sentence what this PR adds
The installable Django version written in setup.py did not support 5.0.x.
The description of the Django versions that can be installed has been corrected so that Django 5.0.x can be installed.
Dependencies: dependencies on other outstanding PRs, issues, etc.
None
Merge deadline: List merge deadline (if any)
ASAP
Installation instructions: List any non-trivial installation instructions.
At first, install Django which version range is
>=4.0,<5.1
.Success installed Django
5.0.1
.Then install
drf-rw-serializers
latest version.Success installed it. However, downgraded Django version to
4.2.9
.Testing instructions:
We need Python3.10 or later where want to installing Django 5.0.x.
support-django-5.0
and change directory.pip install .
5.0.x
.Executed result
Reviewers:
Merge checklist:
Post merge:
finished.
Author concerns: List any concerns about this PR - inelegant
solutions, hacks, quick-and-dirty implementations, concerns about
migrations, etc.