File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v0.16.0 (2022-08-16)
2+
3+ ### Feat
4+
5+ - new export mixin
6+ - support define ` filterset_base_classes ` on viewset.
7+ - ** serializer** : support include or exclude fields from serializer
8+ - ** serializer** : support dynamicly set fields on serializer
9+
10+ ### BREAKING CHANGE
11+
12+ - Uncompatible with previous version!
13+ - remove ` get_dynamic_fields ` method support
14+
15+ ## v0.10.4 (2022-06-21)
16+
17+ ## v0.9.0 (2022-04-19)
18+
19+ ## v0.1.12 (2022-01-25)
Original file line number Diff line number Diff line change 1- __version__ = "0.15.1 "
1+ __version__ = "0.16.0 "
Original file line number Diff line number Diff line change 11[tool .commitizen ]
2- version = " 0.15.1 "
2+ version = " 0.16.0 "
33tag_format = " v$major.$minor.$patch$prerelease"
44version_files = [
55 " pyproject.toml:version" ,
6- " __init__.py"
6+ " drfexts/ __init__.py"
77]
88
99[tool .poetry ]
1010name = " drfexts"
11- version = " 0.15.1 "
11+ version = " 0.16.0 "
1212readme = " README.md"
1313description = " Django Restframework Utils"
1414authors = [" aiden <allaher@icloud.com>" ]
You can’t perform that action at this time.
0 commit comments