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
Hyperkitty (Mailman 3) is a Django project which uses DRF and can work with Django 4.1. It uses DRF 3.13.1 as it is the last released version. This leads to a situation, where DRF 3.13 is used with Django 4.1, which is incompatible, but no warning hints on this incompatibility.
By releasing a version 3.13.2, which states explicitly that it does not work with Django 4.1, indirect users of Django 4.1 will get a hint, when they try to combine incompatible versions.
mlegner, JoshYuJump, tomchristie, benhowes and paprickar