This as a release blocker because using conditional expressions in
`QuerySet.filter()` is a new feature added in #25367.
Reported in [https://github.com/django/django/pull/12067 PR12067].
--
Ticket URL: <https://code.djangoproject.com/ticket/30986>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: Simon Charette, Carlton Gibson (added)
* keywords: oracle => oracle rawsql
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/12068 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/30986#comment:1>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"8685e764efd2957085762d9249e07794d9a58dcb" 8685e764]:
{{{
#!CommitTicketReference repository=""
revision="8685e764efd2957085762d9249e07794d9a58dcb"
Fixed #30986 -- Fixed queryset crash when filtering against boolean RawSQL
expressions on Oracle.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30986#comment:2>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"b6be0699b9e2f39c1cbd20e36c58d6c3dc70a1f0" b6be069]:
{{{
#!CommitTicketReference repository=""
revision="b6be0699b9e2f39c1cbd20e36c58d6c3dc70a1f0"
[3.0.x] Fixed #30986 -- Fixed queryset crash when filtering against
boolean RawSQL expressions on Oracle.
Backport of 8685e764efd2957085762d9249e07794d9a58dcb from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30986#comment:3>