On Jan 3, 2006, at 8:52 AM, Dody Suria Wijaya wrote:
Alice wrote:
Is there a way of retrieving a database field's metadata? For
example,
the maxlength or choices parameters? It would be nice to
automatically
display the number of allowed characters for a given textfield.
Hi Alice, try acc
Alice wrote:
Is there a way of retrieving a database field's metadata? For example,
the maxlength or choices parameters? It would be nice to automatically
display the number of allowed characters for a given textfield.
Alice
Hi Alice, try accessing via its class:
Poll._meta.fields[2].ma
2 matches
Mail list logo