users = User.object.filter(name__startswith="John") print users.query select * from core_user where name like 'John%';
0 件のコメント:
コメントを投稿