I've been looking in more detail into this issue, as some other Django packages are affected also by this issue. Now, when I run the tests that are provided with this fix using SQLite, the issue does not occur, whereas it does happen for PostgreSQL (I haven't tested for MySQL). Is it correct that in Postgres, `User.objects.filter(email__iexact='mı
k...@example.org')` will match a user with email "
mi...@example.org" but SQLite won't find a match? And if so, why is that? Is it dependent on specific Postgres settings?