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.8.0 #309

Merged
merged 1 commit into from
Jun 17, 2017

Conversation

pyup-bot
Copy link
Contributor

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

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

Changelog

1.8.0

  • Feature: Added an ExportMixin to export table data in various export formats (CSV, XLS, etc.) using tablib.
  • Defer expanding Meta.sequence to Table.__init__, to make sequence work in combination with extra_columns (fixes 450)
  • Fixed a crash when MultiTableMixin.get_tables() returned an empty array (454 by pypetey

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

Happy merging! 🤖

@brianmay brianmay merged commit 20caa40 into master Jun 17, 2017
@brianmay brianmay deleted the pyup-update-django-tables2-1.7.1-to-1.8.0 branch June 17, 2017 11:24
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.

[Bug] sequence in combination with extra_columns does not show extra_columns
2 participants