From 3470461ba7470c9d9701044f8236542d69bfb523 Mon Sep 17 00:00:00 2001 From: Nabute Date: Fri, 15 Aug 2025 00:40:10 +0300 Subject: [PATCH 1/2] Add django-lisan to third-party packages --- docs/community/third-party-packages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/community/third-party-packages.md b/docs/community/third-party-packages.md index 96e7033ad1..011bb009bd 100644 --- a/docs/community/third-party-packages.md +++ b/docs/community/third-party-packages.md @@ -153,6 +153,7 @@ To submit new content, [create a pull request][drf-create-pr]. * [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](https://github.com/Nabute/django-lisan) - A lightweight translation and localization framework for Django REST Framework APIs. PyPI: [django-lisan](https://pypi.org/project/lisan) * [django-api-client][django-api-client] - DRF client that groups the Endpoint response, for use in CBVs and FBV as if you were working with Django's Native Models.. * [fast-drf] - A model based library for making API development faster and easier. * [django-requestlogs] - Providing middleware and other helpers for audit logging for REST framework. From 657ff77f2529e56df4d5ce69d1b6ddae4622558d Mon Sep 17 00:00:00 2001 From: Nabute Date: Sat, 6 Dec 2025 17:50:31 +0300 Subject: [PATCH 2/2] Update django-lisan entry in third-party packages documentation to include a reference link --- docs/community/third-party-packages.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/community/third-party-packages.md b/docs/community/third-party-packages.md index 011bb009bd..085d0c050f 100644 --- a/docs/community/third-party-packages.md +++ b/docs/community/third-party-packages.md @@ -153,7 +153,7 @@ To submit new content, [create a pull request][drf-create-pr]. * [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](https://github.com/Nabute/django-lisan) - A lightweight translation and localization framework for Django REST Framework APIs. PyPI: [django-lisan](https://pypi.org/project/lisan) +* [django-lisan][django-lisan] - A lightweight translation and localization framework for Django REST Framework APIs. PyPI: [django-lisan](https://pypi.org/project/lisan) * [django-api-client][django-api-client] - DRF client that groups the Endpoint response, for use in CBVs and FBV as if you were working with Django's Native Models.. * [fast-drf] - A model based library for making API development faster and easier. * [django-requestlogs] - Providing middleware and other helpers for audit logging for REST framework. @@ -262,3 +262,4 @@ To submit new content, [create a pull request][drf-create-pr]. [drf-material]: https://github.com/youzarsiph/drf-material [django-pyoidc]: https://github.com/makinacorpus/django_pyoidc [drf-shapeless-serializers]: https://github.com/khaledsukkar2/drf-shapeless-serializers +[django-lisan]: https://github.com/Nabute/django-lisan