Class override_system_checks

Act as a decorator. Override list of registered system checks. Useful when you override `INSTALLED_APPS`, e.g. if you exclude `auth` app, you also need to exclude its system checks.

Declaration

class override_system_checks(TestContextDecorator)
source link

Documentation

Methods

Inherited methods

Reexports