Skip to content
New issue

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

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

Already on GitHub? # to your account

Update django-tables2 to 1.14.2 #354

Merged
merged 1 commit into from
Oct 30, 2017

Conversation

pyup-bot
Copy link
Contributor

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

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

Changelog

1.14.2

  • Added a row_counter variable to the template context in TemplateColumn (fixes 448)

1.14.1

  • Do not fail if orderable=False is passed to ManyToManyColumn()

1.14.0

  • Added separator argument to ManyToManyColumn.
  • Allow mark_safe()'d strings from ManyToManyColumn.tranform()
  • Disabled ordering on ManyToManyColumns by default.

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

Happy merging! 🤖

@brianmay brianmay merged commit 5d7bc8a into master Oct 30, 2017
@brianmay brianmay deleted the pyup-update-django-tables2-1.13.0-to-1.14.2 branch October 30, 2017 20:30
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

forloop.counter not render in Django1.10 for TemplateColumn
2 participants