﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25912	Add binary left/right shift operators to F expressions	anabelensc	nobody	"Hello, 
I think is a good idea to add binary left shift operator and binary right shift operator to make queries. 

So the F() objects in addition to bitand and bitor operators, will be able to support binary left shift operator (bitleftshift) and binary right shift operator (bitrightshift).

And then use (bitleftshift) and (bitrightshift) in the same way like the others operators, example the use:

F('somefield').bitleftshift(16)
F('somefield').bitrightshift(16)

I've done a patch to add that and I've run the test suite using SQLite, you can see the files to attach. 

Thank you."	New feature	closed	Database layer (models, ORM)	1.9	Normal	fixed			Accepted	1	0	0	0	0	0
