Update django-lisan entry in third-party packages documentation to include a reference link

This commit is contained in:
Nabute 2025-12-06 17:50:31 +03:00
parent 3470461ba7
commit 657ff77f25

View File

@ -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