معرفی شرکت ها


django-turbo-response-0.0.9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Hotwired/Turbo response helpers for Django
ویژگی مقدار
سیستم عامل -
نام فایل django-turbo-response-0.0.9
نام django-turbo-response
نسخه کتابخانه 0.0.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dan Jacob
ایمیل نویسنده danjac2018@gmail.com
آدرس صفحه اصلی https://github.com/hotwire-django/django-turbo-response
آدرس اینترنتی https://pypi.org/project/django-turbo-response/
مجوز MIT
This package provides helpers for server-side rendering of [Hotwired/Turbo](https://hotwired.dev/) 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.8*. ## Requirements This library requires Python 3.8+ and Django 3.0+. ## 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 Make sure to add *turbo_response* to **INSTALLED_APPS**. **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.52] - 2021-9-6 Support multiple targets ## [0.0.51] - 2021-8-20 TurboCreateView/TurboUpdateView inheritance fix ## [0.0.50] - 2021-7-5 Add BEFORE and AFTER actions ## [0.0.49] - 2021-5-12 Use format_html for rendering ## [0.0.48] - 2021-4-9 Add support for Django 3.2 Add rendering options to mixin classes ## [0.0.47] - 2021-4-4 Removing support for Python 3.7 ## [0.0.46] - 2021-4-2 Remove tests dir from distribution ## [0.0.45] - 2021-4-2 Refactor renderers and remove dependency on form widget renderer classes ## [0.0.44] - 2021-4-2 Allow renderer as arg for all stream and frame mixins/classes ## [0.0.40] - 2021-4-2 Use file-based templates for rendering streams/frames ## [0.0.39] - 2021-4-2 Fix for https://github.com/hotwire-django/django-turbo-response/issues/5 ## [0.0.36] - 2021-3-30 **render_form_response** adds turbo_stream_template name to context **turbo_stream_response** decorator ## [0.0.35] - 2021-2-17 **render_form_response** can optionally re-render form as turbo stream ## [0.0.34] - 2021-2-13 Tidy up argument parsing in API ## [0.0.33] - 2021-2-4 Mixin **TurboFormAdapterMixin** added ## [0.0.32] - 2021-2-2 Refactoring modules ## [0.0.31] - 2021-2-2 Refactoring mixin classes ## [0.0.30] - 2021-2-1 **TurboStreamIterableResponse** removed **TurboStreamFormMixin** and turbo-stream form views added ## [0.0.29] - 2021-1-27 **TurboStreamIterableResponse** deprecated **TurboStreamMiddleware** removed ## [0.0.28] - 2021-1-22 Support for Python 3.7 ## [0.0.27] - 2021-1-21 Bugfix for Turbo-Frame header in middleware ## [0.0.26] - 2021-1-17 Added **TurboMiddleware** (replacing **TurboStreamMiddleware**). Removed **TemplateFormResponse**. ## [0.0.24] - 2021-1-17 Added **render_form_response** shortcut. ## [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


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl django-turbo-response-0.0.9:

    pip install django-turbo-response-0.0.9.whl


نصب پکیج tar.gz django-turbo-response-0.0.9:

    pip install django-turbo-response-0.0.9.tar.gz