Module: tastypie/fields

resource field definitions

Since:
  • 0.1.0
Author:
  • Eric Satterwhite
Source:

Requires

Members


<static, readonly> ApiField

Properties:
Name Type Description
field Field

short cut for the ApiField class

Source:

<static, readonly> array

Properties:
Name Type Description
array Field

short cut for the ArrayField class

Source:

<static, readonly> ArrayField

Properties:
Name Type Description
array Field

short cut for the ArrayField class

Source:

<static, readonly> bool

Properties:
Name Type Description
bool Field

short cut for the BooleanField class

Source:

<static, readonly> boolean

Properties:
Name Type Description
boolean Field

short cut for the BooleanField class

Source:

<static, readonly> BooleanField

Properties:
Name Type Description
bool Field

short cut for the BooleanField class

Source:

<static, readonly> char

Properties:
Name Type Description
char Field

short cut for the CharField class

Source:

<static, readonly> character

Properties:
Name Type Description
character Field

short cut for the CharField class

Source:

<static, readonly> CharFIeld

Properties:
Name Type Description
char Field

short cut for the CharField class

Source:

<static, readonly> date

Properties:
Name Type Description
date Field

short cut for the DateField class

Source:

<static, readonly> DateField

Properties:
Name Type Description
date Field

short cut for the DateField class

Source:

<static, readonly> datetime

Properties:
Name Type Description
datetime Field

short cut for the DateTimeField class

Source:

<static, readonly> DateTimeField

Properties:
Name Type Description
datetime Field

short cut for the DateTimeField class

Source:

<static, readonly> field

Properties:
Name Type Description
field Field

short cut for the ApiField class

Source:

<static, readonly> file

Properties:
Name Type Description
character Field

short cut for the FileField class

Source:

<static, readonly> FileField

Properties:
Name Type Description
character Field

short cut for the FileField class

Source:

<static, readonly> filepath

Properties:
Name Type Description
character Field

short cut for the FilePath class

Source:

<static, readonly> FilePathField

Properties:
Name Type Description
character Field

short cut for the FilePath class

Source:

<static, readonly> float

Properties:
Name Type Description
float Field

short cut for the FloatField class

Source:

<static, readonly> FloatField

Properties:
Name Type Description
float Field

short cut for the FloatField class

Source:

<static, readonly> int

Properties:
Name Type Description
int Field

short cut for the IntegerField class

Source:

<static, readonly> integer

Properties:
Name Type Description
integer Field

short cut for the IntegerField class

Source:

<static, readonly> IntegerField

Properties:
Name Type Description
int Field

short cut for the IntegerField class

Source:

<static, readonly> object

Properties:
Name Type Description
object Field

short cut for the ObjectField class

Source:

<static, readonly> ObjectField

Properties:
Name Type Description
object Field

short cut for the ObjectField class

Source:

<static, readonly> related

Properties:
Name Type Description
object Field

short cut for the RelatedField class

Source: