mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-08 18:54:02 +03:00
Add django-lisan to third-party packages documentation page (#9767)
* Add django-lisan to third-party packages * Update django-lisan entry in third-party packages documentation to include a reference link * Remove inline link * Replace NBSP by actual spaces --------- Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
This commit is contained in:
parent
d6ffc95532
commit
af32103283
|
|
@ -152,9 +152,10 @@ 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.
|
||||
* [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.
|
||||
|
|
@ -266,4 +267,5 @@ To submit new content, [create a pull request][drf-create-pr].
|
|||
[django-pyoidc]: https://github.com/makinacorpus/django_pyoidc
|
||||
[apitally]: https://github.com/apitally/apitally-py
|
||||
[drf-shapeless-serializers]: https://github.com/khaledsukkar2/drf-shapeless-serializers
|
||||
[django-lisan]: https://github.com/Nabute/django-lisan
|
||||
[axioms-drf-py]: https://github.com/abhishektiwari/axioms-drf-py
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user