"OR" query support
We've added "OR" query support to the Django database API, in the Django development version.
It supported OR queries previously, but it wasn't documented because it wasn't elegant enough. We're happy with the new solution, which was discussed by a bunch of people and implemented by Hugo. Thanks, Hugo!
Back to Top