Changes between Initial Version and Version 1 of Ticket #27063, comment 5
- Timestamp:
- Aug 21, 2016, 3:43:22 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27063, comment 5
initial v1 1 1 Language prefix always ends with slash - https://github.com/django/django/blob/bc1e2d8e8edde6cc7d2657c68242a13ee65a15b8/django/urls/resolvers.py#L419. It's added before your url regex. 2 2 3 I cannot reproduce the issue with /de/fr/whatever, I've made a testcase here https://github.com/urbaniak/i18n_patterns_test - can you make a for of it and try to reproduce this issue?3 I cannot reproduce the issue with /de/fr/whatever, I've made a testcase here https://github.com/urbaniak/i18n_patterns_test - can you make a fork of it and try to reproduce this issue? 4 4 5 5 There's a tests.py file which assumes 404 on those "nested" urls.