Home
last modified time | relevance | path

Searched defs:JSONResponseMixin (Results 1 – 4 of 4) sorted by relevance

/dports/www/py-django-braces/django-braces-1.15.0/docs/
H A Dother.rst148 .. _JSONResponseMixin: target
150 JSONResponseMixin section in Other Mixins
271 It extends :ref:`JSONResponseMixin`, so those utilities are available as well. argument
/dports/www/py-django-happenings-update/django-happenings-update-0.4.4/happenings/utils/
H A Dmixins.py14 class JSONResponseMixin(object): class
/dports/www/py-django-braces/django-braces-1.15.0/braces/views/
H A D_ajax.py8 class JSONResponseMixin(object): class
/dports/www/py-django-bakery/django-bakery-0.12.7/bakery/tests/
H A D__init__.py141 class JSONResponseMixin(object): class