Hello guys!
After following this tutorial (http://scottbarnham.com/blog/2008/08/21/
extending-the-django-user-model-with-inheritance/) to be able to
extend the default user class of Django, the i18n module stopped
working. I gave the new model that inherits from User the name
CustomUser. When I try to switch to a language with a form that calls
the setlang view from (r'^i18n', include('django.conf.urls.i18n')) I
get the following error:
"No CustomUser matches the given query."

Is there anything I can do to get i18n working again?

Thanks in advance,
Bernardo

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to