mirror of
https://github.com/django/django.git
synced 2026-02-09 02:49:25 +08:00
This prevents failures at the database layer, given that aliases in the ON clause are not quoted. Systematically quoting aliases even in FilteredRelation is tracked in https://code.djangoproject.com/ticket/36795.