Changes between Initial Version and Version 1 of Ticket #25933


Ignore:
Timestamp:
Dec 14, 2015, 5:56:10 PM (9 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25933

    • Property Summary Allow un-prefixed default language in i18n_patternsAllow unprefixed default language in i18n_patterns
    • Property Type UncategorizedNew feature
  • Ticket #25933 – Description

    initial v1  
    77Any other language than the default one is prefixed as before using i18n_patterns.
    88
    9 The idea for that is having a `prefix_default_language` param to` i18n_patterns`, which is `True` by default, to keep it compatible with current appriach. Setting it to `False` will turn on this "feature".
     9The idea for that is having a `prefix_default_language` param to` i18n_patterns`, which is `True` by default, to keep it compatible with current approach. Setting it to `False` will turn on this "feature".
    1010
    1111Here's the code: https://github.com/django/django/pull/5823
Back to Top