Changes between Initial Version and Version 1 of Ticket #30332
- Timestamp:
- Apr 4, 2019, 4:31:26 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30332 – Description
initial v1 1 I found that if you pass and expression as an ordering argument an {{{ IndexError: tuple index out of range }}} exception will be thrown when the query is executed.1 I found that if you pass and expression as an ordering argument (introduced in https://github.com/django/django/commit/96199e562dcc409ab4bdc2b2146fa7cf73c7c5fe) an {{{ IndexError: tuple index out of range }}} exception will be thrown when the query is executed. 2 2 3 3 This is caused by simply ignoring {{{ sql_params }}} returned from {{{ as_sql }}} elements contained in passed {{{ ordering }}} argument.