django-tabular-export icon indicating copy to clipboard operation
django-tabular-export copied to clipboard

Update for Django 4.0 support

Open rlskoeser opened this issue 3 years ago • 4 comments

Are there any plans to update for django 4.0 ? If I opened a pull request with the needed changes, would someone be able to review and make a new release, or is this project no longer being maintained and I should look at switching to an alternate library?

rlskoeser avatar Jul 26 '22 20:07 rlskoeser

If you submit a PR, I can review it

acdha avatar Jul 27 '22 02:07 acdha

@acdha thanks, glad to hear that.

rlskoeser avatar Jul 27 '22 14:07 rlskoeser

@acdha finally working on these updates (😅 trying to ignore the dates in this thread!) - I think I have the necessary fixes but wanted to check on approach before tidying up and making a pr.

Does it need to still work with older versions of django? Should the code try to import old/new versions of renamed packages, or ok to just target newer versions of django?

I have tox tests mostly passing with django 4.0 and 4.1 - I'm not sure if the ones that are failing ever worked / should work

rlskoeser avatar Aug 13 '24 15:08 rlskoeser

Does it need to still work with older versions of django? Should the code try to import old/new versions of renamed packages, or ok to just target newer versions of django?

My thought is that we can track Django's mainstream support versions – people can pin the version if they can't upgrade because it seems highly unlikely that they won't need to pin older versions of many other dependencies as well.

acdha avatar Aug 13 '24 21:08 acdha