===================
- Django 3 support
- Removed psycopg2 as a requirement 317
- Changed docker image to python 3.7 image
- Do not pip install --quiet while testing
- Added database support to validate schemas 312
- allow to disable new coloring of tenant app in admin 272
**Fixes**
- Fixed an issue where tenant-specific application static files (stylesheets, Javascript, images etc.), that have not been collected yet using ``collectstatic_schemas``, were not being found using ``TenantStaticFilesStorage``. Fixes `265 <https://github.com/tomturner/django-tenants/issues/265>`_.
- Fix a crash (ProgrammingError) when attempting to create a schema named like a SQL keyword (select, where, ...)
Allow to create a tenant named with only numbers (123). 302 307