On Tue, Mar 23, 2010 at 6:38 PM, John <[email protected]> wrote:
> I have encountered a Unit Test error while using a reverse url lookup
> for i18n. All is running fine in the development environment. Issues
> only occur during testing. It appears to possibly be an issue with
> shared contexts between contrib.auth and views.i18n.

How looks your urls.py?

You should have something like:

     (r'^jsi18n/$', 'django.views.i18n.javascript_catalog'),


Regards,

Rolando

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

Reply via email to