package documentation

Undocumented

Package commands Undocumented

From __init__.py:

Class RenameContentType Undocumented
Function create_contenttypes Create content types for models in the given app.
Function get_contenttypes_and_models Undocumented
Function inject_rename_contenttypes_operations Insert a `RenameContentType` operation after every planned `RenameModel` operation.
def inject_rename_contenttypes_operations(plan=None, apps=global_apps, using=DEFAULT_DB_ALIAS, **kwargs): (source)

Insert a `RenameContentType` operation after every planned `RenameModel` operation.

def get_contenttypes_and_models(app_config, using, ContentType): (source)

Undocumented

def create_contenttypes(app_config, verbosity=2, interactive=True, using=DEFAULT_DB_ALIAS, apps=global_apps, **kwargs): (source)

Create content types for models in the given app.