Home
last modified time | relevance | path

Searched refs:always_return_data (Results 1 – 4 of 4) sorted by relevance

/dports/www/py-django-tastypie/django-tastypie-0.14.4/docs/release_notes/
H A Dv0.9.16.rst28 * Changed the PUT response code (with ``always_return_data = True``) from 202 to 200.
/dports/www/py-django-tastypie/django-tastypie-0.14.4/tastypie/
H A Dresources.py102 always_return_data = False variable in ResourceOptions
1414 if not self._meta.always_return_data:
1467 if not self._meta.always_return_data:
1505 if not self._meta.always_return_data:
1518 if not self._meta.always_return_data:
1662 if not self._meta.always_return_data:
1707 if not self._meta.always_return_data:
/dports/www/py-django-tastypie/django-tastypie-0.14.4/docs/
H A Dresources.rst668 ``always_return_data``
1444 ``Meta.always_return_data = False`` (default).
1447 ``Meta.always_return_data = True``.
1461 If ``Meta.always_return_data = True``, there will be a populated body
1465 ``Meta.always_return_data = False`` (default), return ``HttpNoContent``
1468 ``Meta.always_return_data = True``, return ``HttpAccepted`` (200
1482 If ``Meta.always_return_data = True``, there will be a populated body
/dports/www/py-django-tastypie/django-tastypie-0.14.4/
H A DAUTHORS46 * Christopher Groskopf (onyxfish) for a patch regarding PATCH & ``always_return_data``.