You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to add that setup.py still defines a min django version as 1.4 and doesn't specify Python 3.8 which is tested against and supported by Django 4.2.
Not as important but I think these files also need updating to make it clearer:
tox.ini
workflow could test full range of python versions
The project could do with a pyupgrade tidy up, a few of the files still have python 2 -*- coding: utf-8 -*- header comments. This might be outside the scope of this issue though.
The README indicates
and the "Known Bugs and Limitations" section makes quite a few references to Django 1.x
Since some backwards compatibility code was removed in #148, this is no longer the case.
The text was updated successfully, but these errors were encountered: