-
Notifications
You must be signed in to change notification settings - Fork 429
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
RelatedLinkColumn uses verbose_name instead of name #347
Closed
audricschiltknecht opened this issue
Jun 30, 2016
· 3 comments
· Fixed by #350, mozilla/addons-server#4430 or drummonds/bene#50 · May be fixed by pilnujemy/pytamy#67
Closed
RelatedLinkColumn uses verbose_name instead of name #347
audricschiltknecht opened this issue
Jun 30, 2016
· 3 comments
· Fixed by #350, mozilla/addons-server#4430 or drummonds/bene#50 · May be fixed by pilnujemy/pytamy#67
Comments
Failure result:
|
Interesting, thanks for reporting. Are you able/willing to open a Pull Request containing the test and a fix for it? |
@jieter sure, I'll give it a try! |
This was referenced Jan 18, 2017
This was referenced Oct 10, 2017
This was referenced Oct 30, 2017
This was referenced Nov 18, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current code seems to be using the
verbose_name
of a field instead of itsname
. This breaksRelatedLinkColumn
for field where theverbose_name
is different from the field name.For example, it's possible to break the tests by using the following diff:
The text was updated successfully, but these errors were encountered: