You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community/third-party-packages.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ To submit new content, [create a pull request][drf-create-pr].
144
144
*[ember-django-adapter][ember-django-adapter] - An adapter for working with Ember.js
145
145
*[django-versatileimagefield][django-versatileimagefield] - Provides a drop-in replacement for Django's stock `ImageField` that makes it easy to serve images in multiple sizes/renditions from a single field. For DRF-specific implementation docs, [click here][django-versatileimagefield-drf-docs].
146
146
*[drf-api-logger][drf-api-logger] - Provides configurable request and response logging for Django REST Framework, with data masking, optional profiling, and Django admin views.
147
-
*[drf-tracking][drf-tracking] - Utilities to track requests to DRF API views.
147
+
*[drf-api-tracking][drf-api-tracking] - Utilities to track requests to DRF API views.
148
148
*[drf_tweaks][drf_tweaks] - Serializers with one-step validation (and more), pagination without counts and other tweaks.
149
149
*[django-rest-framework-braces][django-rest-framework-braces] - Collection of utilities for working with Django Rest Framework. The most notable ones are [FormSerializer](https://django-rest-framework-braces.readthedocs.io/en/latest/overview.html#formserializer) and [SerializerForm](https://django-rest-framework-braces.readthedocs.io/en/latest/overview.html#serializerform), which are adapters between DRF serializers and Django forms.
150
150
*[drf-haystack][drf-haystack] - Haystack search for Django Rest Framework
@@ -224,7 +224,7 @@ To submit new content, [create a pull request][drf-create-pr].
0 commit comments