CTPUG / wafer

A wafer-thin web application for running small conferences. Built using Django.
ISC License
48 stars 27 forks source link

Add support for Django 4.0 #633

Closed stefanor closed 2 years ago

stefanor commented 2 years ago

Currently failing tests (See #632)

drnlm commented 2 years ago

Given the status of django-nose, it looks like supporting django 4 will require changing to a different test runner.

drnlm commented 2 years ago

Looking at our dependencies, a blocking issue is https://github.com/palewire/django-bakery/issues/160