Skip to content

Commit 82d6dd9

Browse files
Merge branch 'main' into fix/prevent-recursion-limit-fields
2 parents d54f83d + e45518a commit 82d6dd9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/community/third-party-packages.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ To submit new content, [create a pull request][drf-create-pr].
162162
* [drf-standardized-errors][drf-standardized-errors] - DRF exception handler to standardize error responses for all API endpoints.
163163
* [drf-api-action][drf-api-action] - uses the power of DRF also as a library functions
164164
* [apitally] - A simple API monitoring, analytics, and request logging tool using middleware. For DRF-specific setup guide, [click here](https://docs.apitally.io/frameworks/django-rest-framework).
165+
* [wireup][wireup] - Dependency injection container with Django integration support. For integration docs, [click here][wireup-django-docs].
165166

166167
### Customization
167168

@@ -258,6 +259,8 @@ To submit new content, [create a pull request][drf-create-pr].
258259
[graphwrap]: https://github.com/PaulGilmartin/graph_wrap
259260
[rest-framework-actions]: https://github.com/AlexisMunera98/rest-framework-actions
260261
[fast-drf]: https://github.com/iashraful/fast-drf
262+
[wireup]: https://github.com/maldoinc/wireup
263+
[wireup-django-docs]: https://maldoinc.github.io/wireup/latest/integrations/django/
261264
[django-requestlogs]: https://github.com/Raekkeri/django-requestlogs
262265
[drf-standardized-errors]: https://github.com/ghazi-git/drf-standardized-errors
263266
[drf-api-action]: https://github.com/Ori-Roza/drf-api-action

0 commit comments

Comments
 (0)