mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Added djangorestframework-datatables to third-party packages (#5931)
This commit is contained in:
parent
4b47721c6d
commit
1c53fd3212
|
@ -264,6 +264,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
|
||||||
* [django-rest-framework-version-transforms][django-rest-framework-version-transforms] - Enables the use of delta transformations for versioning of DRF resource representations.
|
* [django-rest-framework-version-transforms][django-rest-framework-version-transforms] - Enables the use of delta transformations for versioning of DRF resource representations.
|
||||||
* [django-rest-messaging][django-rest-messaging], [django-rest-messaging-centrifugo][django-rest-messaging-centrifugo] and [django-rest-messaging-js][django-rest-messaging-js] - A real-time pluggable messaging service using DRM.
|
* [django-rest-messaging][django-rest-messaging], [django-rest-messaging-centrifugo][django-rest-messaging-centrifugo] and [django-rest-messaging-js][django-rest-messaging-js] - A real-time pluggable messaging service using DRM.
|
||||||
* [djangorest-alchemy][djangorest-alchemy] - SQLAlchemy support for REST framework.
|
* [djangorest-alchemy][djangorest-alchemy] - SQLAlchemy support for REST framework.
|
||||||
|
* [djangorestframework-datatables][djangorestframework-datatables] - Seamless integration between Django REST framework and [Datatables](https://datatables.net).
|
||||||
|
|
||||||
[cite]: http://www.software-ecosystems.com/Software_Ecosystems/Ecosystems.html
|
[cite]: http://www.software-ecosystems.com/Software_Ecosystems/Ecosystems.html
|
||||||
[cookiecutter]: https://github.com/jpadilla/cookiecutter-django-rest-framework
|
[cookiecutter]: https://github.com/jpadilla/cookiecutter-django-rest-framework
|
||||||
|
@ -337,3 +338,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
|
||||||
[djangorestframework-queryfields]: https://github.com/wimglenn/djangorestframework-queryfields
|
[djangorestframework-queryfields]: https://github.com/wimglenn/djangorestframework-queryfields
|
||||||
[drfpasswordless]: https://github.com/aaronn/django-rest-framework-passwordless
|
[drfpasswordless]: https://github.com/aaronn/django-rest-framework-passwordless
|
||||||
[djangorest-alchemy]: https://github.com/dealertrack/djangorest-alchemy
|
[djangorest-alchemy]: https://github.com/dealertrack/djangorest-alchemy
|
||||||
|
[djangorestframework-datatables]: https://github.com/izimobil/django-rest-framework-datatables
|
||||||
|
|
Loading…
Reference in New Issue
Block a user