A Django Rest Framework addon for Nested Serializers.
Project description
- This is a Django Rest Framework addon to rezolve folowing problems
infinit level of nested serializer
different level of nested objects
writable nested objects
Detailed documentation is in the “docs” directory.
Quick start
Add “drf-ns” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'drf-ns', ]
This also includes ModelTracker as Base model class for your app
Run python manage.py migrate to create the models.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
drf-ns-0.0.3.tar.gz
(6.0 kB
view details)
File details
Details for the file drf-ns-0.0.3.tar.gz
.
File metadata
- Download URL: drf-ns-0.0.3.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45f981083bbdd07946513b949178b90a9fe6683549ef9995ad258883da9c53ed |
|
MD5 | 51a10dc323ea25f9ab641710eeb2b13a |
|
BLAKE2b-256 | 8905154b39e76068b3ffe80c86cbe0bb9aeb4090badc2239e6c5f4be0d6b00a2 |