Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▾ db
▸ backends
▸ migrations
▾ models
▸ aggregates
▸ base
▸ constants
▸ constraints
▸ deletion
▸ enums
▸ expressions
▸ fields
▸ functions
▸ indexes
▸ lookups
▸ manager
▾ options
class
Options
▸ query
▸ query_utils
▸ signals
▸ sql
▸ utils
▸ transaction
▸ utils
class
DefaultConnectionProxy
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Module options
django
.
db
.
models
.
options
source
link
Classes
class
Options
Functions
▷
def
make_immutable_fields_list
(
name, data
)
source
link
▶
def
normalize_together
(
option_together
)
option_together can be either a tuple of tuples, or a single tuple of two strings. Normalize it to a tuple of tuples, so that calling code can uniformly expect that.
source
link
Reexports
Imported in
django.db.migrations.operations.models
.
Imported in
django.db.migrations.state
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04