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.4.0 #4782

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Contributor

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

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

Changelog

1.4.0

  • Return None from Table.as_values() for missing values. 419
  • Fix ordering by custom fields, and refactor TableData 424, fixes 413
  • Revert removing TableData.__iter__() (removed in this commit), fixes 427, 361 and 421.

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

Happy merging! 🤖

@pyup-bot
Copy link
Contributor Author

Closing this in favor of #4783

@pyup-bot pyup-bot closed this Feb 27, 2017
@EnTeQuAk EnTeQuAk deleted the pyup-update-django-tables2-1.3.0-to-1.4.0 branch February 27, 2017 16:28
# 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.

should not make a query for each row in non-paginated table Ordering by custom field raises an error
2 participants