Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▾ core
▸ asgi
▸ cache
▸ checks
▸ exceptions
▸ files
▸ handlers
▸ mail
▾ management
▸ base
▸ color
▸ commands
▾ sql
▸ templates
▸ utils
class
ManagementUtility
▸ paginator
▸ serializers
▸ servers
▸ signals
▸ signing
▸ validators
▸ wsgi
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Module sql
django
.
core
.
management
.
sql
source
link
Functions
▶
def
emit_post_migrate_signal
(
verbosity, interactive, db, **kwargs
)
source
link
Reexports
Imported in
django.core.management.commands.flush
.
Imported in
django.core.management.commands.migrate
.
Imported in
django.test.testcases
.
▶
def
emit_pre_migrate_signal
(
verbosity, interactive, db, **kwargs
)
source
link
Reexports
Imported in
django.core.management.commands.migrate
.
▶
def
sql_flush
(
style, connection, reset_sequences=True, allow_cascade=False
)
Return a list of the SQL statements used to flush the database.
source
link
Reexports
Imported in
django.core.management.commands.flush
.
Imported in
django.core.management.commands.sqlflush
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04