mirror of
https://github.com/django/django.git
synced 2025-01-27 10:39:40 +00:00
b625e8272b
Done for consistency with Q() expressions and QuerySet combining. This will allow usage of '&' and '|' as boolean logical operators in the future. Refs #16211.