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

Update django-tables2 to 1.9.1 #5788

Merged
merged 1 commit into from
Jun 29, 2017

Conversation

pyup-bot
Copy link
Contributor

There's a new version of django-tables2 available.
You are currently using 1.9.0. I have updated it to 1.9.1

These links might come in handy: PyPI | Changelog | Repo

Changelog

1.9.1

  • Allow customizing the value used in Table.as_values() (when using a render_<name> method) using a value_<name> method. (fixes 458)
  • Allow excluding columns from the Table.as_values() output. (fixes 459)
  • Fixed unicode handling for columhn headers in Table.as_values()

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@EnTeQuAk EnTeQuAk merged commit d3269c9 into master Jun 29, 2017
@EnTeQuAk EnTeQuAk deleted the pyup-update-django-tables2-1.9.0-to-1.9.1 branch June 29, 2017 16:21
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.

Exclude columns while exporting Exporting tabes data with render_FOO column
2 participants