drf-writable-nested 0.7.0
0
Writable nested helpers for django-rest-framework's serializers
Contents
Writable nested helpers for django-rest-framework's serializers
Stars: 1071, Watchers: 1071, Forks: 115, Open Issues: 68The beda-software/drf-writable-nested
repo was created 7 years ago and the last code push was 2 months ago.
The project is very popular with an impressive 1071 github stars!
How to Install drf-writable-nested
You can install drf-writable-nested using pip
pip install drf-writable-nested
or add it to a project with poetry
poetry add drf-writable-nested
Package Details
- Author
- beda.software
- License
- BSD
- Homepage
- http://github.com/beda-software/drf-writable-nested
- PyPi:
- https://pypi.org/project/drf-writable-nested/
- GitHub Repo:
- https://github.com/beda-software/drf-writable-nested
Classifiers
- Internet/WWW/HTTP
Related Packages
Errors
A list of common drf-writable-nested errors.
Code Examples
Here are some drf-writable-nested
code examples and snippets.
GitHub Issues
The drf-writable-nested package has 68 open issues on GitHub
- Delete reverse relations before update or create in NestedUpdateMixin
- Update nested related OneToOneField without providing its pk
- Parent instance is inaccesible in child validate data for reverse
- Stealing of sub objects (potential security issue)