Hey there guys

While trying to override the email field, extending the AbstractUser class 
i looked for ways to do that, eventually sticking with the one this user 
suggested<http://stackoverflow.com/questions/15597188/using-email-as-username-field-in-django-1-5-custom-user-model-results-in-fielder/15603839#15603839>on
 stackoverflow 

CustomUser._meta.get_field_by_name('email')[0]._unique=True

Although this is not elegant, it seemed to me the best way to do so. Do you 
guys have any better solution?
I was also looking (as the user who posted this on stackoverflow) for a 
"official" or recommended way to do this

Thanks!

João

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a4144fc1-62c7-46db-8cf3-3fc2a482dfa4%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to