Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
R
|
S
|
T
|
U
|
W
_
__getitem__() (sillyorm.environment.Environment method)
(sillyorm.model.BaseModel method)
__iter__() (sillyorm.model.BaseModel method)
A
AbstractModel (class in sillyorm.model)
B
BaseModel (class in sillyorm.model)
Boolean (class in sillyorm.fields)
browse() (sillyorm.model.BaseModel method)
C
clone() (sillyorm.environment.Environment method)
close() (sillyorm.environment.Environment method)
constraints (sillyorm.fields.Field attribute)
constraints() (in module sillyorm.model)
create() (sillyorm.model.BaseModel method)
D
Date (class in sillyorm.fields)
Datetime (class in sillyorm.fields)
delete() (sillyorm.model.BaseModel method)
E
ensure_one() (sillyorm.model.BaseModel method)
Environment (class in sillyorm.environment)
environment() (sillyorm.registry.Registry method)
F
Field (class in sillyorm.fields)
Float (class in sillyorm.fields)
G
get_environment() (sillyorm.registry.Registry method)
get_schema_diffs() (sillyorm.registry.Registry method)
H
helper_do_migrate() (in module sillyorm.migration_helpers)
helper_gen_migrations() (in module sillyorm.migration_helpers)
helper_init() (in module sillyorm.migration_helpers)
I
Id (class in sillyorm.fields)
id (sillyorm.model.BaseModel attribute)
ids (sillyorm.model.BaseModel property)
init_db_tables() (sillyorm.registry.Registry method)
Integer (class in sillyorm.fields)
L
LINK (sillyorm.fields.Many2xCommand attribute)
link() (sillyorm.fields.Many2xCommand class method)
M
managed_transaction() (sillyorm.environment.Environment method)
Many2many (class in sillyorm.fields)
Many2one (class in sillyorm.fields)
Many2xCommand (class in sillyorm.fields)
materialize (sillyorm.fields.Field attribute)
(sillyorm.fields.Many2many attribute)
(sillyorm.fields.One2many attribute)
Model (class in sillyorm.model)
module
sillyorm
sillyorm.environment
sillyorm.exceptions
sillyorm.fields
sillyorm.migration_helpers
sillyorm.model
sillyorm.registry
N
name (sillyorm.fields.Field attribute)
O
One2many (class in sillyorm.fields)
R
read() (sillyorm.model.BaseModel method)
register_model() (sillyorm.registry.Registry method)
Registry (class in sillyorm.registry)
reset() (sillyorm.registry.Registry method)
reset_full() (sillyorm.registry.Registry method)
resolve_tables() (sillyorm.registry.Registry method)
S
search() (sillyorm.model.BaseModel method)
search_count() (sillyorm.model.BaseModel method)
Selection (class in sillyorm.fields)
sillyorm
module
sillyorm.environment
module
sillyorm.exceptions
module
sillyorm.fields
module
sillyorm.migration_helpers
module
sillyorm.model
module
sillyorm.registry
module
SillyORMException
sql_type (sillyorm.fields.Boolean attribute)
(sillyorm.fields.Date attribute)
(sillyorm.fields.Datetime attribute)
(sillyorm.fields.Field attribute)
(sillyorm.fields.Float attribute)
(sillyorm.fields.Integer attribute)
String (class in sillyorm.fields)
T
Text (class in sillyorm.fields)
transaction() (sillyorm.environment.Environment method)
U
UNLINK (sillyorm.fields.Many2xCommand attribute)
unlink() (sillyorm.fields.Many2xCommand class method)
W
write() (sillyorm.model.BaseModel method)
sillyORM
Navigation
Contents:
Getting Started
Basic concepts
Migrations
API reference
Related Topics
Documentation overview