Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▾ db
▸ backends
▾ migrations
▸ autodetector
▾ exceptions
class
AmbiguityError
class
BadMigrationError
class
CircularDependencyError
class
InconsistentMigrationHistory
class
InvalidBasesError
class
InvalidMigrationPlan
class
IrreversibleError
class
MigrationSchemaMissing
class
NodeNotFoundError
▸ executor
▸ graph
▸ loader
▸ migration
▸ 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 AmbiguityError
django
.
db
.
migrations
.
exceptions
.
AmbiguityError
More than one migration matches a name prefix.
Declaration
class
AmbiguityError(Exception)
source
link
Documentation
Reexports
Imported in
django.core.management.commands.sqlmigrate
.
Imported in
django.core.management.commands.migrate
.
Imported in
django.core.management.commands.squashmigrations
.
Imported in
django.db.migrations.loader
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04