Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Public Attributes | List of all members
wowf.lib.validators.Exists Class Reference

Makes sure that a field exists in the database. More...

Inheritance diagram for wowf.lib.validators.Exists:
Inheritance graph
Collaboration diagram for wowf.lib.validators.Exists:
Collaboration graph

Public Member Functions

def __call__
- Public Member Functions inherited from wowf.lib.validators.Unique
def __init__

Public Attributes

 column
 message
- Public Attributes inherited from wowf.lib.validators.Unique
 model
 column
 message

Detailed Description

Makes sure that a field exists in the database.

Definition at line 48 of file validators.py.

Member Function Documentation

def wowf.lib.validators.Exists.__call__ (   self,
  form,
  field 
)

Reimplemented from wowf.lib.validators.Unique.

Definition at line 50 of file validators.py.

Member Data Documentation

wowf.lib.validators.Exists.column

Definition at line 51 of file validators.py.

wowf.lib.validators.Exists.message

Definition at line 54 of file validators.py.


The documentation for this class was generated from the following file: