summaryrefslogtreecommitdiff
path: root/tests/i18n/urls_default_unprefixed.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n pa...Mariusz Felisiak2023-05-021-0/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+3
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-4/+4
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
* Fixed #27402 -- Fixed incorrect LocaleMiddleware redirects with prefix_defaul...Krzysztof Urbaniak2016-11-291-0/+1
* Fixed #27063 -- Prevented i18n_patterns() from using too much of the URL as t...Krzysztof Urbaniak2016-10-311-0/+1
* Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns().Krzysztof Urbaniak2016-03-081-0/+9