HI Dirk. You're correct, the issue doesn't appear to arise on SQLite. Pass on exactly why right now. Maybe there's some PostgreSQL setting that might avoid it but, in general, it's not dependent on specific PostgreSQL settings.
Kind Regards, Carlton On Wednesday, 18 December 2019 14:09:52 UTC+1, Dirk Groten wrote: > > 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ı[email protected] > <javascript:>')` will match a user with email "[email protected] > <javascript:>" but SQLite won't find a match? And if so, why is that? Is > it dependent on specific Postgres settings? > > On Wednesday, December 18, 2019 at 10:23:35 AM UTC+1, Mariusz Felisiak > wrote: >> >> Details are available on the Django project weblog: >> >> https://www.djangoproject.com/weblog/2019/dec/18/security-releases/ >> >> -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/aa488796-5cb3-4b46-93fc-d7cb2513ad40%40googlegroups.com.
