Field('registration_id', length=512,
writable=False, readable=False, default=123,
label=self.messages.label_registration_id),
the warning goes away. It all stems from a call to db.auth_user.insert where registration_id is not specified. What is the column for?