Chris M wrote:
Or you could use .limit(1). I've always found that more clear than the Python indexing notation because I think of it slicing a list, not applying a limit to a query.
Thank you very much for your help.I already found limit before my posting but it did not work, because I used ".limit(1).one()" where .one() will override the effect of "limit(1)". After reading your answer I just digged a bit deeper :-)
fs
smime.p7s
Description: S/MIME Cryptographic Signature
