None of the other subclasses of CharField override get_internal_type() but
the SlugField and I am wondering why?

Class SlugField(CharField):

    def get_internal_type(self):
        return "SlugField"

Thx,

Val

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CADy_H8G1UecD5%2BRz%2B%2BVm%2BKnE_ikfd%2BYzF4RnTgoAN3gdkfqqeQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to