From 689b8ff78cf40b884264d17e362375eadf40123f Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 8 Dec 2025 08:29:00 +0000 Subject: [PATCH] Replace NBSP by actual spaces --- docs/community/third-party-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/third-party-packages.md b/docs/community/third-party-packages.md index 3d608111b..80cb445e1 100644 --- a/docs/community/third-party-packages.md +++ b/docs/community/third-party-packages.md @@ -152,7 +152,7 @@ To submit new content, [create a pull request][drf-create-pr]. * [django-rest-framework-condition][django-rest-framework-condition] - Decorators for managing HTTP cache headers for Django REST framework (ETag and Last-modified). * [django-rest-witchcraft][django-rest-witchcraft] - Provides DRF integration with SQLAlchemy with SQLAlchemy model serializers/viewsets and a bunch of other goodies * [djangorestframework-mvt][djangorestframework-mvt] - An extension for creating views that serve Postgres data as Map Box Vector Tiles. -* [drf-viewset-profiler][drf-viewset-profiler] - Lib to profile all methods from a viewset line by line. +* [drf-viewset-profiler][drf-viewset-profiler] - Lib to profile all methods from a viewset line by line. * [djangorestframework-features][djangorestframework-features] - Advanced schema generation and more based on named features. * [django-elasticsearch-dsl-drf][django-elasticsearch-dsl-drf] - Integrate Elasticsearch DSL with Django REST framework. Package provides views, serializers, filter backends, pagination and other handy add-ons. * [django-lisan][django-lisan] - A lightweight translation and localization framework for Django REST Framework APIs.