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
▸ query
▸ query_utils
▸ signals
▸ sql
▾ utils
▸ transaction
▸ utils
class
DefaultConnectionProxy
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Module utils
django
.
db
.
models
.
utils
source
link
Functions
▶
def
create_namedtuple_class
(
*names
)
@functools.lru_cache()
@functools.lru_cache()
def
create_namedtuple_class(
*names
)
source
link
Reexports
Imported in
django.db.models.query
.
▶
def
make_model_tuple
(
model
)
Take a model or a string of the form "app_label.ModelName" and return a corresponding ("app_label", "modelname") tuple. If a tuple is passed in, assume it's a valid model tuple already and return it unchanged.
source
link
Reexports
Imported in
django.db.migrations.state
.
Imported in
django.db.models.base
.
Imported in
django.db.models.fields.related
.
Imported in
django.db.models.signals
.
▶
def
resolve_callables
(
mapping
)
Generate key/value pairs for the given mapping where the values are evaluated if they're callable.
source
link
Reexports
Imported in
django.db.models.fields.related_descriptors
.
Imported in
django.db.models.query
.
▷
def
unpickle_named_row
(
names, values
)
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04