Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▾ db
▸ backends
▾ migrations
▸ autodetector
▸ exceptions
▸ executor
▸ graph
▸ loader
▾ migration
class
Migration
class
SwappableTuple
▸ operations
▸ optimizer
▸ questioner
▸ recorder
▸ serializer
▸ state
▸ utils
▸ writer
▸ models
▸ transaction
▸ utils
class
DefaultConnectionProxy
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class SwappableTuple
django
.
db
.
migrations
.
migration
.
SwappableTuple
Subclass of tuple so Django can tell this was originally a swappable dependency when it reads the migration file.
Declaration
class
SwappableTuple(tuple)
source
link
Documentation
Methods
▷
def
__new__
(
cls, value, setting
)
source
link
Reexports
Imported in
django.core.management.commands.squashmigrations
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04