Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▸ admin
▸ admindocs
▸ auth
▾ contenttypes
▸ admin
▸ apps
▸ checks
▸ fields
▸ forms
▸ management
▸ migrations
▾ models
class
ContentType
class
ContentTypeManager
▸ views
▸ flatpages
▸ gis
▸ humanize
▸ messages
▸ postgres
▸ redirects
▸ sessions
▸ sitemaps
▸ sites
▸ staticfiles
▸ syndication
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class ContentTypeManager
django
.
contrib
.
contenttypes
.
models
.
ContentTypeManager
Declaration
class
ContentTypeManager(
models.Manager
)
source
link
Methods
▷
def
__init__
(
self, *args, **kwargs
)
source
link
▷
def
clear_cache
(
self
)
Clear out the content-type cache.
source
link
▷
def
get_by_natural_key
(
self, app_label, model
)
source
link
▷
def
get_for_id
(
self, id
)
Lookup a ContentType by ID. Use the same shared cache as get_for_model (though ContentTypes are not created on-the-fly by get_by_id).
source
link
▷
def
get_for_model
(
self, model, for_concrete_model=True
)
Return the ContentType object for a given model, creating the ContentType if necessary. Lookups are cached so that subsequent lookups for the same model don't hit the database.
source
link
▷
def
get_for_models
(
self, *models, for_concrete_models=True
)
Given *models, return a dictionary mapping {model: content_type}.
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04