Module: tastypie/lib/constants

Constant values for tastypie

Since:
  • 0.1.0
Author:
  • Eric satterwhite
Source:

Members


<static, readonly> ALL

Properties:
Name Type Description
ALL Symbol

signifies that all fields of a resource will qualify for a specific operation where the field is of a primitive type

ALL_WITH_RELATIONS Symbol

signifies that all fields of a resource will qualify for a specific operation. If the field is a related field the operation
will propogate to the related resource

Source: