Package pyperry :: Module association
[frames] | no frames]

Module association

source code

Classes
  Association
Associations allow you to retrieve a model or collection of models that are related to one another in some way.
  BelongsTo
Builds the association scope for a belongs association.
  Has
Builds the association scope for a has association.
  HasMany
The HasMany class simply declares that the Has association is a collection of type 'has_many'.
  HasOne
The HasOne class simply declares that the Has association is a not a collection and has a type of 'has_one'.
  HasManyThrough
The HasManyThrough class is used whenever a has_many association is created with the through option.
Variables
  __package__ = 'pyperry'