معرفی شرکت ها


django-conditional-views-0.1.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Simple Etag and Last-Modified mixins for class based views.
ویژگی مقدار
سیستم عامل -
نام فایل django-conditional-views-0.1.3
نام django-conditional-views
نسخه کتابخانه 0.1.3
نگهدارنده ['Andrew Cordery']
ایمیل نگهدارنده ['cordery@gmail.com']
نویسنده Andrew Cordery
ایمیل نویسنده cordery@gmail.com
آدرس صفحه اصلی https://github.com/cordery/django-conditional-views
آدرس اینترنتی https://pypi.org/project/django-conditional-views/
مجوز MIT
Django Conditional Views ######################## .. image:: https://circleci.com/gh/cordery/django-conditional-views.svg?style=svg :target: https://circleci.com/gh/cordery/django-conditional-views :alt: Build Status .. image:: https://codecov.io/gh/cordery/django-conditional-views/branch/master/graph/badge.svg :target: https://codecov.io/gh/cordery/django-conditional-views :alt: Test Coverage .. image:: https://readthedocs.org/projects/django-conditional-views/badge/?version=latest :target: https://django-conditional-views.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. image:: https://img.shields.io/github/license/cordery/django-conditional-views.svg :alt: MIT License Simple ETag and Last-Modified mixins for class based views. What is Django Conditional Views? ================================== Django Conditional Views builds off of the built in `django conditional view processing`_ machinery to provide simple mixins for class based views that implement support for the ETag and Last-Modified conditional request headers. .. _django conditional view processing: https://docs.djangoproject.com/en/2.1/topics/conditional-view-processing/ Features ======== Inherit one of these mixins to make your TemplateView's, DetailView's, or ListView's: 1. Calculate and append ETag and/or Last-Modified headers to the response and; 2. Respond with a `304 Not Modified`_ or a `412 Precondition Failed`_ to requests that provide conditional response headers such as If-Modified-Since .. _304 Not Modified: https://tools.ietf.org/html/rfc7232#section-4.1 .. _412 Precondition Failed: https://tools.ietf.org/html/rfc7232#section-4.2 **Helpful Defaults** * ETags are automatically generated from the response.content. * ETag generation can be customized both before and after the response is rendered. * The Last Modified header is automatically set from the last modified timestamp of the template. * In the case of the DetailView and ListView mixins, the Last Modified header may also be configured to get the last modification timestamp from a field on the model, in which case the lastest of that or the template's last modified timestamp will be used. Getting Started =============== First install django-conditional-views .. code-block:: bash $ pip install django-conditional-views Then inherit from one of the following mixins in your views: * ConditionalGetMixin - Inherits from View * ConditionalGetTemplateViewMixin - Inherits from TemplateView * ConditionalGetListViewMixin - Inherits from ListView * ConditionalGetDetailViewMixin - Inherits from DetailView See the Usage_ and API_ sections of the documentation_ for more details. .. _Usage: https://django-conditional-views.readthedocs.io/en/latest/usage.html .. _API: https://django-conditional-views.readthedocs.io/en/latest/api.html .. _documentation: https://django-conditional-views.readthedocs.io/en/latest/ Contributing ============ Contributions are welcome. Getting Started --------------- To work on the Pendulum codebase, you'll want to clone the project locally and install the required dependencies via `poetry <https://poetry.eustace.io>`_. .. code-block:: bash $ git clone git@github.com:cordery/django-conditional-views.git $ poetry develop Running Tests --------------- django-conditional-views uses pytest. To run tests: .. code-block:: bash $ pytest


نیازمندی

مقدار نام
>=1.3,<2.0) sphinx-autodoc-typehints
>=1.7,<2.0) sphinx
>=2.1,<3.0 django


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

مقدار نام
>=3.6,<4.0 Python


نحوه نصب


نصب پکیج whl django-conditional-views-0.1.3:

    pip install django-conditional-views-0.1.3.whl


نصب پکیج tar.gz django-conditional-views-0.1.3:

    pip install django-conditional-views-0.1.3.tar.gz