---------- * Rework login view so we can reuse it more easily when user isn't determined by form * Add data migrations to remove all failed logins * Replace FailedLogin user field by username
2.3.2
---------- * Merge pull request 143 from nyaruka/forget-password-email-no-user-settings * Merge pull request 142 from nyaruka/update-jquery * Disable sending emails to address without user in the system * Add settings to configure whether we send email when no user is found, default to False * Update jquery * Bump CI testing to PG 11 and 12
2.3.1
---------- * Convert to poetry * Tweak collec_sql verbose logging and add test for dropping functions
2.3
================ * Fix collect_sql not tracking overloaded functions * Drop support for Python 3.5 * Test against Postgres 10 and 11
2.2.4
================== * Fix collect_sql not catching indexes using UNIQUE
2.2.3
================== * Don't use a transaction for CSV import tasks