We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c101277 commit 671bbcbCopy full SHA for 671bbcb
README.rst
@@ -137,6 +137,19 @@ pass in the request through the context:
137
serializer = EventSerializer(events, many=True, context={'request': request})
138
139
140
+Scope
141
+-----
142
+
143
+This library is about filtering fields based on individual requests. It is
144
+deliberately kept simple and we do not plan to add new features. Feel free to
145
+contribute improvements, code simplifications and bugfixes though! (See also:
146
+[#18](https://github.com/dbrgn/drf-dynamic-fields/issues/18))
147
148
+If you need more advanced filtering features, maybe
149
+[drf-flex-fields](https://github.com/rsinger86/drf-flex-fields) could be
150
+something for you.
151
152
153
Testing
154
-------
155
0 commit comments