Package telemeta :: Package models :: Module core :: Class CharField
[hide private]
[frames] | no frames]

Class CharField

source code

django.db.models.CharField --+
                             |
                            CharField

This is a CharField with a default max_length of 250.

The arguments are also normalized with normalize_field()

Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code