djk2 / django-tables2-column-shifter

Simple extension for django-tables2 can dynamically show or hide columns. Using JQuery, Bootstrap 3, Bootstrap 4, Bootstrap 5 and Django >=1.9
BSD 3-Clause "New" or "Revised" License
21 stars 8 forks source link

Drop and add versions #31

Closed spapas closed 1 year ago

spapas commented 1 year ago

This PR drops support for old python/django/django-tables2 versions (that are unsupported anyway) and adds support for Django 4.x and latest django-tables2. No changes to the code for now, only to the tox

spapas commented 1 year ago

Hey @djk2 I upgraded the tox ini (and various other files) to include new python / django versions and drop for non-supported stuff

djk2 commented 1 year ago

Hi. Today I released new version 2.1.0 wher I added support for django 4.0 and 4.2 + python 3.10 New version was already merged to master I think that this PR is no longer valid.

spapas commented 1 year ago

Yes you are right 👍