Changes between Initial Version and Version 1 of Ticket #27063, comment 5


Ignore:
Timestamp:
Aug 21, 2016, 3:43:22 AM (8 years ago)
Author:
Krzysztof Urbaniak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27063, comment 5

    initial v1  
    11Language prefix always ends with slash - https://github.com/django/django/blob/bc1e2d8e8edde6cc7d2657c68242a13ee65a15b8/django/urls/resolvers.py#L419. It's added before your url regex.
    22
    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?
     3I 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?
    44
    55There's a tests.py file which assumes 404 on those "nested" urls.
Back to Top