mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +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
|
|
filter(Q(myfield=123),
|
|
Q(myanotherfield=321))
|
|
|
|
a = <caret><selection>'select_me_with_quotes'</selection>
|