def RStringProperty(name, *args, **kwds):
    return db.StringProperty(name, required=True, *args, **kwds)


On Feb 18, 11:12 pm, ub121 <[email protected]> wrote:
> I prefer short syntax on required properties, for example:
>
> name = db.StringProperty('Name')*
>
> instead of
>
> name = db.StringProperty('Name', required=True).
>
> Besd regards,
> ub121
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to