* Normalize SQL whitespace. This will change fingerprinted SQL in some cases.
4.3.0
------------------
* Add support for Django 2.2.
4.2.0
------------------
* Work with, and require, ``sqlparse`` > 0.3.0.
4.1.0
------------------
* Fix a bug in automatic test record naming when two different modules had a test with the same class + name that ran one after another. * Fix Python 3.7 ``DeprecationWarning`` for ``collections.abc`` (Python 3.7 not officially supported yet).
4.0.0
------------------
* Drop Python 2 support, only Python 3.4+ is supported now. * Drop Django 1.8, 1.9, and 1.10 support. Only Django 1.11+ is supported now. * Dropped requirements for ``kwargs-only`` and ``six``.
3.1.1
------------------
* Fix to actually obey the ``HIDE_COLUMNS`` option.