Opened 13 years ago
Closed 13 years ago
#17247 closed Bug (duplicate)
`django.contrib.auth` tests fail with non english localisation
Reported by: | rabio | Owned by: | nobody |
---|---|---|---|
Component: | contrib.auth | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | fix-auth-tests-localization.diff added |
---|
comment:1 by , 13 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Sorry, I missed #17194 which this ticket is duplicate of.