Opened 6 years ago
Closed 6 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: | master |
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)
Changed 6 years ago by
Attachment: | fix-auth-tests-localization.diff added |
---|
comment:1 Changed 6 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Sorry, I missed #17194 which this ticket is duplicate of.