Dynamically set fields and expand nested resources in Django REST Framework serializers.
Stars
766
Forks
61
Watchers
766
Open Issues
35
Overall repository health assessment
No package.json found
This might not be a Node.js project
172
commits
9
commits
8
commits
6
commits
4
commits
3
commits
3
commits
3
commits
2
commits
2
commits
Merge pull request #121 from andruten/expansion-depth-recursive
6531c5cView on GitHubMoved expansion validations from _get_permitted_expands_from_query_param to _get_query_param_value, which is executed through the three approaches
0d3da72View on GitHubRemoved _ in exception methods. Renamed recursive_expansion_found in favor of recursive_expansion_not_permitted. Adapted tests.
8582218View on GitHubRenamed _recursive_expansion_found in favor of _recursive_expansion_not_permitted
e348f3cView on GitHubContributed _validate_recursive_expansion and _validate_expansion_depth, which check if conditions are met
f45b4a6View on GitHubadded MAXIMUM_EXPANSION_DEPTH and RECURSIVE_EXPANSION_PERMITTED
eaf2d57View on GitHubMerge pull request #119 from rsinger86/dependabot/pip/django-3.2.18
a9d4d07View on GitHub