module documentation

Undocumented

Class Migration Undocumented
Function revert_proxy_model_permissions Update the content_type of proxy model permissions to use the ContentType of the concrete model.
Function update_proxy_model_permissions Update the content_type of proxy model permissions to use the ContentType of the proxy model.
Constant WARNING Undocumented
def revert_proxy_model_permissions(apps, schema_editor): (source)

Update the content_type of proxy model permissions to use the ContentType of the concrete model.

def update_proxy_model_permissions(apps, schema_editor, reverse=False): (source)

Update the content_type of proxy model permissions to use the ContentType of the proxy model.

Undocumented

Value
'''
    A problem arose migrating proxy model permissions for {old} to {new}.

      Permission(s) for {new} already existed.
      Codenames Q: {query}

    Ensure to audit ALL permissions for {old} and {new}.
...