Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▾ db
▸ backends
▾ migrations
▸ autodetector
▸ exceptions
▸ executor
▸ graph
▸ loader
▸ migration
▾ operations
▸ base
▸ fields
▾ models
class
AddConstraint
class
AddIndex
class
AlterIndexTogether
class
AlterModelManagers
class
AlterModelOptions
class
AlterModelTable
class
AlterOrderWithRespectTo
class
AlterTogetherOptionOperation
class
AlterUniqueTogether
class
CreateModel
class
DeleteModel
class
IndexOperation
class
ModelOperation
class
ModelOptionOperation
class
RemoveConstraint
class
RemoveIndex
class
RenameModel
▸ special
▸ utils
▸ optimizer
▸ questioner
▸ recorder
▸ serializer
▸ state
▸ utils
▸ writer
▸ models
▸ transaction
▸ utils
class
DefaultConnectionProxy
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class IndexOperation
django
.
db
.
migrations
.
operations
.
models
.
IndexOperation
Declaration
class
IndexOperation(
Operation
)
source
link
Methods
▷
def
model_name_lower
(
self
)
@cached_property
@cached_property
def
model_name_lower(
self
)
source
link
Inherited methods
Methods inherited from
django
.
db
.
migrations
.
operations
.
base
.
Operation
:
__new__
,
__repr__
,
allow_migrate_model
,
database_backwards
,
database_forwards
,
deconstruct
,
describe
,
migration_name_fragment
,
reduce
,
references_field
,
references_model
,
state_forwards
Subclasses
django
.
db
.
migrations
.
operations
.
models
.
AddIndex
django
.
db
.
migrations
.
operations
.
models
.
RemoveIndex
django
.
db
.
migrations
.
operations
.
models
.
AddConstraint
django
.
db
.
migrations
.
operations
.
models
.
RemoveConstraint
Generated by
nedoc
v0.9 at 2020-12-29 14:04