Skip to content

Commit 671bbcb

Browse files
authored
Define scope of this library (#19)
1 parent c101277 commit 671bbcb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,19 @@ pass in the request through the context:
137137
serializer = EventSerializer(events, many=True, context={'request': request})
138138

139139

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+
140153
Testing
141154
-------
142155

0 commit comments

Comments
 (0)