mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-04-28 01:15:33 +08:00
9d4d06f8b3
* Allow overridable checks to be CheckMessage The checks framework expects return types to be "List[CheckMessage]". This allows all overridable checks-returning methods to return the more general "CheckMessage", instead of the "Error" subclass. * Ignore an incorrect usage of the checks API in Django 2.2