bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.46k stars 424 forks source link

Add IDs to system checks. IDs can now be used in SILENCED_SYSTEM_CHECKS #466

Closed Viatrak closed 7 years ago

Viatrak commented 7 years ago

No functionality change. Simply a verbosity enhancement to the current system checks to tag checks with IDs as Django intended. This way check IDs can be used to suppress warnings/errors when they are not relevant.