<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/i18n/tests.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes #19763 - LocaleMiddleware should check for supported languages in settings.LANGUAGE_CODE</title>
<updated>2013-02-24T13:43:45Z</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2013-02-24T13:43:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8c8f94fe9dcdd4983ebeb59951e6f7399bc287a2'/>
<id>urn:sha1:8c8f94fe9dcdd4983ebeb59951e6f7399bc287a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes #17866: Vary: Accept-Language header when language prefix used</title>
<updated>2013-02-23T18:41:33Z</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2013-02-23T18:41:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=539900f117dce5d9b51e2b9e8ff225c423060d52'/>
<id>urn:sha1:539900f117dce5d9b51e2b9e8ff225c423060d52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>One last final fix for 0ad76843. Tested on py3 and py2</title>
<updated>2013-02-23T18:27:37Z</updated>
<author>
<name>Honza Kral</name>
<email>honza.kral@gmail.com</email>
</author>
<published>2013-02-23T18:27:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bfd4a71d419c9c811b0f1db5b2734153f7b8e3ed'/>
<id>urn:sha1:bfd4a71d419c9c811b0f1db5b2734153f7b8e3ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed %r to %s in get_language_info error message.</title>
<updated>2013-02-23T17:54:54Z</updated>
<author>
<name>Konrad Hałas</name>
<email>halas.konrad@gmail.com</email>
</author>
<published>2013-02-23T17:54:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=48dc0cbf2a97dde2d34f3785f4582e2a54295d26'/>
<id>urn:sha1:48dc0cbf2a97dde2d34f3785f4582e2a54295d26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19811 - Added language code fallback in get_language_info.</title>
<updated>2013-02-23T16:02:07Z</updated>
<author>
<name>Konrad Hałas</name>
<email>halas.konrad@gmail.com</email>
</author>
<published>2013-02-23T16:02:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6bd6a568960e9ddebd78da8e008b235b3b76c5a2'/>
<id>urn:sha1:6bd6a568960e9ddebd78da8e008b235b3b76c5a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19686 -- Added HTML5 number input type</title>
<updated>2013-02-23T09:18:08Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-02-23T08:45:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7ec2a21be15af5b2c7513482c3bcfdd1e12782ed'/>
<id>urn:sha1:7ec2a21be15af5b2c7513482c3bcfdd1e12782ed</id>
<content type='text'>
Thanks Simon Charette for his help on the patch. Refs #16630.
</content>
</entry>
<entry>
<title>Improved input sanitizing with thousand separators</title>
<updated>2013-02-15T15:37:52Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-02-15T15:37:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b19d83fc12ebbabbaa9d72286f2e4bfa071ff784'/>
<id>urn:sha1:b19d83fc12ebbabbaa9d72286f2e4bfa071ff784</id>
<content type='text'>
For languages with non-breaking space as thousand separator,
standard space input should also be allowed, as few people know
how to enter non-breaking space on keyboards. Refs #17217.
Thanks Alexey Boriskin for the report and initial patch.
</content>
</entry>
<entry>
<title>Updated FormattingTests test case to use settings contexts</title>
<updated>2013-02-15T08:37:12Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-02-15T08:36:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dcf8cd30aed682d42f388c3e8a03098403ef3a16'/>
<id>urn:sha1:dcf8cd30aed682d42f388c3e8a03098403ef3a16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made ungettext_lazy usable for messages that do not contain the count.</title>
<updated>2013-02-02T09:58:31Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-02-02T09:56:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ace9d4efc3e6e0b07fd94b039d62e0d32c81ed3f'/>
<id>urn:sha1:ace9d4efc3e6e0b07fd94b039d62e0d32c81ed3f</id>
<content type='text'>
Fixed #19160 (again). Thanks Alexey Boriskin.
</content>
</entry>
</feed>
