Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverse accessor clashes in NameCache #35

Open
axrdo opened this issue Apr 3, 2017 · 2 comments
Open

Reverse accessor clashes in NameCache #35

axrdo opened this issue Apr 3, 2017 · 2 comments

Comments

@axrdo
Copy link

axrdo commented Apr 3, 2017

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'.

@ajenhl
Copy link
Owner

ajenhl commented Apr 4, 2017

Is this on master? Which version of Dango?

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.

@axrdo
Copy link
Author

axrdo commented Apr 4, 2017

This EATS was from https://pypi.python.org/pypi/eats/1.0.0 - I was using pip with a requirements.txt to try to build an EATS docker solution (https://gitlab.com/wai-te-ata-press/eats). I will fix my stuff - thanks for the response, and sorry about the lack of detail on the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants