> > Notice is works even without the []: > > db.ips.ipaddress.requires = IS_IPV4(), > IS_NOT_IN_DB(db, > 'ips.ipaddress') > > tuples in python do not requires brackets, only commas. >
Though note that tuples are not mutable, so no appending, inserting, etc. in that case.

