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

Use field name in RelatedColumnLink #350

Merged
merged 1 commit into from
Jul 5, 2016

Conversation

audricschiltknecht
Copy link
Contributor

Default accessor was using the verbose name of a field instead of its name which caused resolution errors.

This should fix #347.

Default accessor was using the verbose name of a field instead of its name which caused resolution errors.
@jieter
Copy link
Owner

jieter commented Jul 5, 2016

Looks good, thanks!

@jieter jieter merged commit 6b990d9 into jieter:master Jul 5, 2016
@jieter
Copy link
Owner

jieter commented Jul 5, 2016

Released django-tables2 1.2.3

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

Successfully merging this pull request may close these issues.

RelatedLinkColumn uses verbose_name instead of name
2 participants