You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
I should note that the py3 branch is the only part of EATS that is being maintained - if you don't need Python 2 I advise you switch to that. Otherwise, look at the commit dec752b for the solution used on that branch for this problem that occurs in Django >= 1.10.
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'.
The text was updated successfully, but these errors were encountered: