mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-19 18:11:31 +07:00
-added correct completion to django model fields(PY-1076) -fixed bugs in django fixture test cases
6 lines
70 B
Python
6 lines
70 B
Python
s = 1
|
|
if (isinstance(s, basestring)):
|
|
s2 = s.split()
|
|
else:
|
|
x = s.
|