InvManage.models.states

Module Contents

Classes

FilterState

Model of the filter state.

FilterColumn

Model of the column state.

class InvManage.models.states.FilterState

Bases: django.db.models.Model

Model of the filter state.

name

Name of the filter state.

Type

str

name
class InvManage.models.states.FilterColumn

Bases: django.db.models.Model

Model of the column state.

name

Name of the column.

Type

str

label

Label of the column.

Type

str

visible

Visibility flag.

Type

bool

position

Index of the column.

Type

int

state

Primary key of the FilterState instance being referenced by the column instance.

Type

FilterState

name
label
visible
position
state