| 9 | | * {{{sqlparse.split()}}} and {{{sqlparse.format(..., strip_comments=True)}}} in [https://github.com/django/django/blob/main/django/db/backends/base/operations.py {{{BaseDatabaseOperations.prepare_sql_script}}}] (migrations/fixtures SQL). |
| 10 | | * {{{sqlparse.format(sql, reindent=True, keyword_case="upper")}}} in [https://github.com/django/django/blob/main/django/db/backends/base/operations.py#L875 {{{BaseDatabaseOperations.format_debug_sql}}}]. |
| | 9 | * {{{sqlparse.split()}}} and {{{sqlparse.format(..., strip_comments=True)}}} in [https://github.com/django/django/blob/main/django/db/backends/base/operations.py BaseDatabaseOperations.prepare_sql_script] (migrations/fixtures SQL). |
| | 10 | * {{{sqlparse.format(sql, reindent=True, keyword_case="upper")}}} in [https://github.com/django/django/blob/main/django/db/backends/base/operations.py#L875 BaseDatabaseOperations.format_debug_sql]. |