Skip to content

Support for modern versions of Django

Latest
Compare
Choose a tag to compare
@acdha acdha released this 29 Apr 18:56
· 2 commits to master since this release
0d4bfab
Updates for compatibility with Django 4.0+

* Revise list of python versions for tox
* Use updated django url/path syntax
* Update for django 4.0+ compatibility
* Address indentation flagged by flake8
* Update tox.ini
* Allow a wider range of django versions
* Add basic github actions unit test with build matrix
* Remove import error checks for older versions of django
* Exclude incompatible python/django combinations from build matrix
* Add python 3.13 to test matrix
* Update python & Django classifiers to match tested versions
* Configure custom export action for custom export test case

---------

Co-authored-by: Chris Adams <[email protected]>
Co-authored-by: Ben Silverman <[email protected]>