Changelog

This commit is contained in:
Filip Kucharczyk 2019-12-05 01:18:29 +01:00
parent 37ffeafeff
commit d3d7f0e670
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ You can install `pre-commit <https://pre-commit.com/>`_ into your git hooks,
to automatically check and fix any formatting issue before creating a to automatically check and fix any formatting issue before creating a
git commit. git commit.
Simply run the following command: To enable ``pre-commit`` simply run:
.. code-block:: console .. code-block:: console

View File

@ -25,8 +25,8 @@ Development
- In bulk write insert, the detailed error message would raise in exception. - In bulk write insert, the detailed error message would raise in exception.
- Added ability to compare Q and Q operations #2204 - Added ability to compare Q and Q operations #2204
- Added ability to use a db alias on query_counter #2194 - Added ability to use a db alias on query_counter #2194
- Added pre-commit - Added pre-commit #2212
- Renamed requirements-lint.txt to requirements-dev.txt - Renamed requirements-lint.txt to requirements-dev.txt #2212
Changes in 0.18.2 Changes in 0.18.2
================= =================