mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Regression in 3a505c70e7.
Nonlitteral right-hand-sides of lookups need to be wrapped in
parentheses to avoid operator precedence ambiguities.
Thanks Charles Lirsac for the detailed report.