Changelog for
python311-django-tables2-2.7.0-1.3.noarch.rpm :
* Wed Dec 06 2023 Dirk Müller
- update to 2.7.0:
* Update docs dependencies; fix docs search; add readthedocs.yaml (#935)
* Add example on how to use `Accessor` to documentation in `custom-data.rst` (#917) by AATTruddra
* Use pre-commit in ci, add isort, flake8, pyupgrade (#932)
* Add support for Django 5.0 and Python 3.12 (#930)
* Add missing `{% load l10n %}` in templates (#919) by AATTtvanekeris
* Sat Jul 01 2023 Dirk Müller - update to 2.6.0:
* Fix bootstrap5-responsive template to extend bootstrap5
* Add support for django 4.2
* Drop python 3.7 and django 4.0 support (#920)
* Sun Apr 16 2023 Dirk Müller - update to 2.5.3:
* Assign request to table before anything else in `RequestConfig.configure()` (#888) fixes: #865
* Add type hints to get_context_data (#895) by AATTmschoettle
* Document hidden table attributes setting (#897) by AATTmschoettle
* Fix building of the docs (#900) by AATTdanielroseman
* Add template bootstrap5-responsive.html (#896) by AATTmschoettle
* Thu Feb 16 2023 Dirk Müller - update to 2.5.2:
* Assign `request` to table before anything else in `RequestConfig.configure()` (#888) fixes: #865
* Sun Jan 08 2023 John Vandenberg - Remove python-django-tables2-no-mock.patch merged upstream- Update to v2.5.1
* `TableMixinBase`: implement `get_paginate_by`- from v2.5.0
* Dropped support for python 3.6, added support for python 3.11
* Add django_tables2/bootstrap4-responsive.html
* Pass record/value to `LinkColumn`\'s attrs callables too
* Add template `bootstrap5.html` to support bootstrap 5
* Thu May 12 2022 pgajdosAATTsuse.com- do not require python-mock for build- added patches fix https://github.com/jieter/django-tables2/issues/843 + python-django-tables2-no-mock.patch
* Fri Dec 24 2021 John Vandenberg - Prevent building on Leap Python 3.6- Update to v2.4.1
* Add Persian (Farsi) locale
* Improved error message if openpyxl is not installed
* Use correct mime type for xlsx
* Add support for django 4.0, drop support for python 3.5- from v2.4.0
* 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
* Strip leading and trailing whitespace from TemplateColumn.value()
* Providing link for django-bootstrap3
* Fix for crash on windows while deleting temp file
* Tue May 18 2021 Dominique Leuenberger - Skip python36 build: no pandas
* Tue Jan 19 2021 John Vandenberg - Update to v2.3.4
* Removed deprecation warnings with django 3.1 regarding JSONField- from v2.3.3
* Use `table.default` for empty `ManyToMany` relations
* Pass record/value to `CheckboxColumn`\'s `attrs` callables too- from v2.3.2
* Fix popping the extra_context of TemplateColumn
* Fix typo for the translation of the word \'next\' in greek
* Add `format_html` import to prevent `NameError`
* Fixed Russian translation
* Sat Jun 27 2020 John Vandenberg - Activate test suite