mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
fixed PY-8693 Smart indent pasted lines deletes part of string if pasting Django ORM query
6 lines
144 B
Python
6 lines
144 B
Python
#two lines formatting is important
|
|
<selection><caret>filter(Q(myfield=123),
|
|
Q(myanotherfield=321))</selection>
|
|
|
|
a = 'select_me_with_quotes'
|