Skip to content

Reverse accessor clashes in NameCache #35

@axrdo

Description

@axrdo

SystemCheckError: System check identified some issues:

ERRORS:
eats.NameCache.authority: (fields.E304) Reverse accessor for 'NameCache.authority' clashes with reverse accessor for 'NameCache.language'.
HINT: Add or change a related_name argument to the definition for 'NameCache.authority' or 'NameCache.language'.
eats.NameCache.authority: (fields.E304) Reverse accessor for 'NameCache.authority' clashes with reverse accessor for 'NameCache.script'.
HINT: Add or change a related_name argument to the definition for 'NameCache.authority' or 'NameCache.script'.
eats.NameCache.language: (fields.E304) Reverse accessor for 'NameCache.language' clashes with reverse accessor for 'NameCache.authority'.
HINT: Add or change a related_name argument to the definition for 'NameCache.language' or 'NameCache.authority'.
eats.NameCache.language: (fields.E304) Reverse accessor for 'NameCache.language' clashes with reverse accessor for 'NameCache.script'.
HINT: Add or change a related_name argument to the definition for 'NameCache.language' or 'NameCache.script'.
eats.NameCache.script: (fields.E304) Reverse accessor for 'NameCache.script' clashes with reverse accessor for 'NameCache.authority'.
HINT: Add or change a related_name argument to the definition for 'NameCache.script' or 'NameCache.authority'.
eats.NameCache.script: (fields.E304) Reverse accessor for 'NameCache.script' clashes with reverse accessor for 'NameCache.language'.
HINT: Add or change a related_name argument to the definition for 'NameCache.script' or 'NameCache.language'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions