On 3 juin 2013, at 20:01, [email protected] wrote: > Some of the built-in auth forms only work on user models whose > `USERNAME_FIELD` is `username`.
Hi Gavin, The current code assumes that if you write a custom model, you'll also write the corresponding custom forms. You may want to have a look at https://code.djangoproject.com/ticket/19353 which describes the same problem (as far as I can tell). -- Aymeric. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
