We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8cfc71 commit 9f1cf53Copy full SHA for 9f1cf53
README.md
@@ -1,6 +1,6 @@
1
# drf-multi-serializers
2
3
-A simple package to handle multiple serializers for the same view in Django Rest Framework.
+Handle multiple serializers for the same view in Django Rest Framework.
4
5
## Installation
6
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "drf-multi-serializers"
7
version = "1.1.0"
8
authors = [{ "name" = "Stefano Fusai", "email" = "[email protected]" }]
9
-description = "A simple package to handle multiple serializers for the same ViewSet in Django Rest Framework"
+description = "Handle multiple serializers for the same view in Django Rest Framework."
10
readme = "README.md"
11
requires-python = ">=3.12"
12
dependencies = ["djangorestframework"]
0 commit comments