Jacob, thanks a lot for help. I have one more question:
You advised
extra_lookup_kwargs = { 'order_by' : ['Email'], 'limit' : 15, }
( with equal sign )
but it also works with ' : ' like this
'extra_lookup_kwargs' : { 'order_by' : ['Email'], 'limit' : 15,}
is there any difference?
Thank you for your reply
Best regards,
Lad

