File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# drf-multi-serializers
2
2
3
- A simple package to handle multiple serializers for the same view in Django Rest Framework.
3
+ Handle multiple serializers for the same view in Django Rest Framework.
4
4
5
5
## Installation
6
6
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " drf-multi-serializers"
7
- version = " 1.1.0 "
7
+ version = " 1.1.1 "
8
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"
9
+ description = " Handle multiple serializers for the same view in Django Rest Framework. "
10
10
readme = " README.md"
11
11
requires-python = " >=3.12"
12
12
dependencies = [" djangorestframework" ]
You can’t perform that action at this time.
0 commit comments