On Mon, Aug 5, 2013 at 10:00 PM, ptone <[email protected]> wrote: > This seems like a reasonable change. I don't love the fact that the > contrib.auth built in forms quasi support custom user models, as it leads > to a less clear delineation about what parts of contrib.auth are tightly > coupled auth the default User model. >
OK, I'll go ahead and open a ticket and write a patch for this. What kind of widgets for a username do you feel it's useful to support? I'm thinking NumberInput for integer fields, EmailInput for email fields, URLInput for URL fields, and TextInput for everything else. /A. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. For more options, visit https://groups.google.com/groups/opt_out.
