Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▸ admin
▸ admindocs
▸ auth
▾ contenttypes
▸ admin
▸ apps
▸ checks
▸ fields
▸ forms
▾ management
▸ commands
class
RenameContentType
▸ migrations
▸ models
▸ 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
Module management
django
.
contrib
.
contenttypes
.
management
source
link
Classes
class
RenameContentType
Functions
▶
def
create_contenttypes
(
app_config, verbosity=2, interactive=True, using=DEFAULT_DB_ALIAS, ...
)
Create content types for models in the given app.
def
create_contenttypes(
app_config,
verbosity=
2
,
interactive=
True
,
using=
DEFAULT_DB_ALIAS
,
apps=
global_apps
,
**kwargs,
)
source
link
Reexports
Imported in
django.contrib.auth.management
.
Imported in
django.contrib.contenttypes.apps
.
▷
def
get_contenttypes_and_models
(
app_config, using, ContentType
)
source
link
▶
def
inject_rename_contenttypes_operations
(
plan=None, apps=global_apps, using=DEFAULT_DB_ALIAS, **kwargs
)
Insert a `RenameContentType` operation after every planned `RenameModel` operation.
source
link
Reexports
Imported in
django.contrib.contenttypes.apps
.
Submodules
Module
django.contrib.contenttypes.management.commands
Generated by
nedoc
v0.9 at 2020-12-29 14:04