Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Updates the requirements on django-tables2 to permit the latest version.

Changelog

Sourced from django-tables2's changelog.

2.5.2 (2023-02-07)

  • Assign request to table before anything else in RequestConfig.configure() (#888) fixes: #865

2.5.1 (2023-01-07)

2.5.0 (2022-12-27)

  • Dropped support for python 3.6, added support for python 3.11
  • Add django_tables2/bootstrap4-responsive.html (#874) by @​botlabsDev
  • Pass record/value to LinkColumn's attrs callables too (#852) by @​wsldankers
  • Add template bootstrap5.html to support bootstrap 5 (#880, fixes #796

2.4.1 (2021-10-04)

  • Add Persian (Farsi) locale (#806) by @​Alirezaja1384
  • Improved error message if openpyxl is not installed (#816)
  • Use correct mime type for xlsx (fixes: #810)
  • Add support for django 4.0, drop support for python 3.5 (#822)

2.4.0 (2021-05-15)

  • Add support for django 3.2 and python 3.9, drop support for django 3.0
  • Add Django 3.0 and 3.1 trove classifiers #803 by @​Asday
  • Strip leading and trailing whitespace from TemplateColumn.value() #794 by @​jeremystretch
  • Providing link for django-bootstrap3 #793 by @​TareqMonwer
  • Fix for crash on windows while deleting temp file #788

2.3.4 (2021-01-10)

  • Removed deprecation warnings with django==3.1 regarding JSONField #785

2.3.3 (2020-10-29)

  • Use table.default for empty ManyToMany relations (#773) fixes: #769
  • Pass record/value to CheckboxColumn's attrs callables too (#774), fixes: #762

2.3.2 (2020-10-10)

2.3.1 (2020-04-02)

  • Fixed the LazyPaginator in a simpler more predictable way: an attempt to show a non-existent page, shows the first page. #743

2.3.0 (2020-03-31)

  • Add ability to pass tablib.Dataset kwargs via TableExport and ExportMixin #720 by @​powderflask
  • Drop django==2.1 support, add optional tablib requirements #738
  • Short-circuit Accessor.resolve() if the context contains the exact accessor #722, fixes #717
  • Fixed yaml export #732 by @​sg3-141-592
  • Made Table docstring visible in docs #742
  • Removed the TableBase construct in favor of using the metaclass keyword argument, as all supported python versions support it. #742
  • LazyPaginator with non-existent page number should not result in a crash #741

... (truncated)

Commits
  • 76b36f0 Prepare release 2.5.2
  • 1706c1c Assign request to table before anything else in RequestConfig.configure() (#888)
  • 37f6141 Fixes for black==23.1.0, remove shims for old python versions
  • d8677cc Bump actions/cache from 3.2.3 to 3.2.4 (#887)
  • b60d653 Bump actions/setup-python from 4.4.0 to 4.5.0 (#884)
  • fc6b1d8 Bump actions/cache from 3.2.2 to 3.2.3 (#883)
  • 087f140 Prepare release 2.5.1
  • b2fe072 TableMixinBase: get_paginate_by implemented (#811)
  • 9101168 Bump actions/cache from 3.2.1 to 3.2.2 (#882)
  • eb8f1b4 Prepare release 2.5.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [django-tables2](https://github.com/jieter/django-tables2) to permit the latest version.
- [Release notes](https://github.com/jieter/django-tables2/releases)
- [Changelog](https://github.com/jieter/django-tables2/blob/master/CHANGELOG.md)
- [Commits](jieter/django-tables2@v2.4.1...v2.5.2)

---
updated-dependencies:
- dependency-name: django-tables2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants