Hotwired/Turbo response helpers for Django
Project description
This package provides helpers for server-side rendering of Hotwired/Turbo streams and frames.
Disclaimer: the Hotwired/Turbo client libraries are, at time of writing, still in Beta. We expect there will be breaking changes until the first stable release. This package, and the Turbo client, should therefore be used with caution in a production environment. The version used in testing is @hotwired/turbo==7.0.0-beta.3.
Requirements
This library is tested for Python 3.8+.
Installation
pip install django-turbo-response
To install from Git:
git clone https://github.com/hotwire-django/django-turbo-response
cd django-turbo-response
python setup.py install
Note: This library does not include any client libraries (Turbo or Stimulus). You may wish to add these yourself using your preferred Javascript build tool, or use a CDN. Please refer to the Hotwire documentation on installing these libraries.
Full documentation on ReadTheDocs:
https://django-turbo-response.readthedocs.io/en/latest/
License
This project is covered by the MIT license.
Changelog
[0.0.23] - 2021-1-14
Added TurboStreamIterableResponse class.
[0.0.22] - 2021-1-14
Added TemplateFormResponse class which automatically sets correct status based on form error state.
[0.0.21] - 2021-1-13
Middleware now accepts content type *text/vnd.turbo-stream.html.
[0.0.20] - 2021-1-13
Deprecated mixin methods removed.
Update response content type from text/html; turbo-stream to text/vnd.turbo-stream.html:
https://github.com/hotwired/turbo/releases/tag/v7.0.0-beta.3
[0.0.19] - 2021-1-13
Changes to mixin APIs.
[0.0.18] - 2021-1-12
TurboStreamDeleteView automatically resolves target based on model name+PK.
[0.0.17] - 2021-1-7
Added HttpResponseSeeOther class and redirect_303 shortcut function.
[0.0.16] - 2021-1-7
Ensure all form mixins/views return a 303 on redirect as per Turbo docs.
[0.0.15] - 2021-1-7
Removed protocol classes and mypy pre-commit requirement
[0.0.14] - 2021-1-6
Dependency bugfix
[0.0.13] - 2021-1-6
Added type hinting, tidy up of mixin class inheritance.
[0.0.12] - 2021-1-5
Update form handling for changes in @hotwired/turbo 7.0.0-beta.2:
- TurboStreamFormMixin class and supporting classes removed
- TurboFormMixin class added that just returns a 422 response on invalid
- TurboStreamFormView, TurboStreamCreateView and TurboStreamUpdateView classes removed
- TurboFormView, TurboCreateView and TurboUpdateView classes added, using new TurboFormMixin
[0.0.10] - 2020-12-30
Remove str methods from TurboStream and TurboFrame classes
[0.0.9] - 2020-12-30
Add render() method to template proxies
[0.0.8] - 2020-12-30
Added
TurboStream and TurboFrame classes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django-turbo-response-0.0.23.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 005a52c0cd60fdec59629e52cfb44e278ad5da56bec5d9f541d8888299372337 |
|
MD5 | 7da75f305a7a486451e603c441928b58 |
|
BLAKE2b-256 | b90b83b8e96446f9fb380cb64f346a6583bb21d88ead8a4e2c9882f165348592 |
Hashes for django_turbo_response-0.0.23-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b247f18d586112329c5c9246afe11b93a0a1c91333a6d6c828f479778e6517b4 |
|
MD5 | 14b68fef494ed39345b5d99761528e40 |
|
BLAKE2b-256 | ffe67a5b30cda5ee8d08704f44359c739c6a91677ba634898bde462b44342c87 |