Let's say I have a Django class something like this:
class Person(models.Model): name = models.CharField(max_length=50)
How can I programmatically get the max_length value for the name field?
python oop django django-models
Mat 01 Dec '09 at 21:56 2009-12-01 21:56
source share