The lowest version of Python now supported is 3.10. In addition to the dependency upgrades (notably to Django 5), a few code changes were required.
Rename filter_class to filterset_class
Explicitly define the autofield primary key type
These changes have been tested on all versions of Python 3.10-3.13
The lowest version of Python now supported is 3.10. In addition to the dependency upgrades (notably to Django 5), a few code changes were required.
* Rename filter_class to filterset_class
* Explicitly define the autofield primary key type
These changes have been tested on all versions of Python 3.10-3.13
The lowest version of Python now supported is 3.10. In addition to the dependency upgrades (notably to Django 5), a few code changes were required.
These changes have been tested on all versions of Python 3.10-3.13
lgtm