#17247: `django.contrib.auth` tests fail with non english localisation
------------------------------+--------------------
     Reporter:  rabio         |      Owner:  nobody
         Type:  Bug           |     Status:  new
    Component:  contrib.auth  |    Version:  SVN
     Severity:  Normal        |   Keywords:
 Triage Stage:  Unreviewed    |  Has patch:  1
Easy pickings:  0             |      UI/UX:  0
------------------------------+--------------------
 When I run all tests on my project with `manage.py test` many tests from
 contrib.auth failed due to not expecting hardcoded english strings in
 rendered context instead of localised texts.

 Attached patch solved that problem for me.

 I'm using there a kind of a poor man escaping filter. It probably should
 be substituted with one from template framework, though.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17247>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

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

Reply via email to