Changes between Initial Version and Version 1 of Ticket #25933
- Timestamp:
- Dec 14, 2015, 5:56:10 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25933
- Property Summary Allow un-prefixed default language in i18n_patterns → Allow unprefixed default language in i18n_patterns
- Property Type Uncategorized → New feature
-
Ticket #25933 – Description
initial v1 7 7 Any other language than the default one is prefixed as before using i18n_patterns. 8 8 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 appr iach. Setting it to `False` will turn on this "feature".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 approach. Setting it to `False` will turn on this "feature". 10 10 11 11 Here's the code: https://github.com/django/django/pull/5823