the database I use (GAE) has a big overhead for long field names.
So I want to change Field('my_descriptive_field_name') to Field('a') and use 
an alias to keep accessing with 'my_descriptive_field_name'.
Can this be done?

Reply via email to