Skip to content

Commit f1a4e9a

Browse files
committed
Merge pull request #3986 from AltSchool/docs/dynamic-rest
Add a reference to the dynamic-rest addon
2 parents bb56ca4 + 3a3fd66 commit f1a4e9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/api-guide/serializers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,10 @@ The [django-rest-framework-gis][django-rest-framework-gis] package provides a `G
10761076

10771077
The [django-rest-framework-hstore][django-rest-framework-hstore] package provides an `HStoreSerializer` to support [django-hstore][django-hstore] `DictionaryField` model field and its `schema-mode` feature.
10781078

1079+
## Dynamic REST
1080+
1081+
The [dynamic-rest][dynamic-rest] package extends the ModelSerializer and ModelViewSet interfaces, adding API query parameters for filtering, sorting, and including / excluding all fields and relationships defined by your serializers.
1082+
10791083
[cite]: https://groups.google.com/d/topic/django-users/sVFaOfQi4wY/discussion
10801084
[relations]: relations.md
10811085
[model-managers]: https://docs.djangoproject.com/en/dev/topics/db/managers/
@@ -1087,3 +1091,4 @@ The [django-rest-framework-hstore][django-rest-framework-hstore] package provide
10871091
[django-rest-framework-gis]: https://github.com/djangonauts/django-rest-framework-gis
10881092
[django-rest-framework-hstore]: https://github.com/djangonauts/django-rest-framework-hstore
10891093
[django-hstore]: https://github.com/djangonauts/django-hstore
1094+
[dynamic-rest]: https://github.com/AltSchool/dynamic-rest

0 commit comments

Comments
 (0)