Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi! I needed to update tradero to Django 5 and I am using this package which is the one that I have been using in my previous projects.
First I lift the Django version's upper limit to make the upgrade possible.
This is the only change needed to allow Django 5.
Then I decided to do some package maintenance and update Bootstrap, the dependencies, and the CI accordingly.
Updating the dependencies leads to requiring Python>=3.8 - which may be undesired for providing compatibility for legacy applications.
I can undo the updated requirements and CI (leaving only the update of Bootstrap and removing the Django upper limit) if you deem it proper, otherwise this will make the package be checked to the latest stack.
Please let me know and I'll adjust the PR accordingly.
This should fix #33
Update to Bootstrap 5.3.2
Update pyproject.toml
Lift django version upper limit
Require Python>=3.8
Update classifiers for supported Python and Django versions
Update ci.yml
Use new supported Python versions
Update poetry.lock
Update tests/test_templatetags.py
Update tox.ini
Bump Version
Update CHANGELOG.md
Update README.md