ITADN

unittest MigratorTestCase broken on Django 5.2

#503Closedbckohan 创建于 2025-03-18
B
bckohancommented
Django 5.2b1 is out with 5.2 expected in April. The private method _pre_setup() on Django's SimpleTestCase was [changed from an instance method to a class method](https://code.djangoproject.com/ticket/35660). This breaks MigratorTestCase because it overrides _pre_setup.
关闭于 2025-03-19 2 条评论