Part of twistar
Line # | Kind | Name | Docs |
---|---|---|---|
14 | Class | Relationship | Base class that all specific relationship type classes extend. |
57 | Class | BelongsTo | Class representing a belongs-to relationship. |
103 | Class | HasMany | A class representing the has many relationship. |
201 | Class | HasOne | A class representing the has one relationship. |
227 | Class | HABTM | A class representing the "has and bleongs to many"
relationship. One additional argument this class uses in the Relationship.__init__
argument list is join_table . |