Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/translation
Commit message (Expand)AuthorAgeFilesLines
...
* Fix python2 breakage caused by e5e044da87800feb6ef63fef17...Baptiste Mispelon2013-11-051-2/+2
* Fixed #18419 -- Full backwards compatibility for old lang...Bouke Haarsma2013-11-051-17/+15
* Fixed python3 breakage introduced by c0a2388a1c4ead1afaec...Baptiste Mispelon2013-11-041-1/+1
* Fixed #18149 -- Changed language codes for ChineseBouke Haarsma2013-11-041-0/+17
* Merge pull request #1821 from Bouke/tickets/14170Aymeric Augustin2013-11-041-0/+13
|\
| * Fixed #14170 -- Reset i18n cache when settings changeBouke Haarsma2013-11-031-0/+13
* | Fixed all E226 violationsAlex Gaynor2013-11-032-6/+6
* | Correct flake8 E302 violationsRay Ashman Jr2013-11-033-0/+57
* | Fixed flake8 E241Boryslav Larin2013-11-021-1/+1
|/
* Fixed all the E203 violationsAlex Gaynor2013-10-271-1/+1
* Fixed up some more flake8 violations (this particular vio...Alex Gaynor2013-10-261-1/+1
* Fixed #5789 -- Changed LocaleMiddleware session variable ...Bouke Haarsma2013-10-221-1/+2
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-1/+2
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Fixed #21078 -- Handled additional bad Accept-Language he...Josh Mize2013-09-091-1/+4
* Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham2013-09-031-1/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-1/+1
* Deprecated SortedDict (replaced with collections.OrderedD...Curtis Maloney2013-08-041-4/+4
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* Removed obsolete attribute of DjangoTranslationClaude Paroz2013-05-251-1/+0
* Fixed #11915: generic Accept-Language matches country-spe...Łukasz Langa2013-05-191-18/+32
* Fixed #14894 -- Ensure that activating a translation does...Florian Apolloner2013-05-181-1/+1
* Fixes #19919: get_language_from_request() disregards "en-...Łukasz Langa2013-05-181-12/+15
* Replaced an antiquated pattern.Aymeric Augustin2013-05-171-1/+4
* Fixes #19763 - LocaleMiddleware should check for supporte...Łukasz Langa2013-02-242-13/+29
* Fixes #17866: Vary: Accept-Language header when language ...Łukasz Langa2013-02-232-3/+3
* Changed %r to %s in get_language_info error message.Konrad Hałas2013-02-231-2/+2
* Fixed #19811 - Added language code fallback in get_langua...Konrad Hałas2013-02-231-0/+6
* Made ungettext_lazy usable for messages that do not conta...Aymeric Augustin2013-02-021-1/+7
* Fixed #19160 -- Made lazy plural translations usable.Aymeric Augustin2013-01-301-3/+32
* Fixed #19552 -- Enhanced makemessages handling of ``{# #}...Ramiro Morales2013-01-292-1/+35
* Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz2012-12-081-3/+4
* Fixed #19272 -- Fixed gettext_lazy returned type on Python 2Claude Paroz2012-11-141-1/+2
* Fixed #19142 -- Language codes can include numbers (RFC 3...Jan Bednařík2012-10-211-2/+3
* Build context strings out of [u|n]gettextClaude Paroz2012-10-151-4/+6
* Fixed #18881 -- Made the context option in {% trans %} an...Julien Phalip2012-09-281-2/+2
* Replaced some smart_xxx by force_xxx equivalentClaude Paroz2012-08-301-4/+4
* [py3] Stopped attempting to translate bytes.Aymeric Augustin2012-08-182-5/+12
* [py3] Ported django.utils.translation.Aymeric Augustin2012-08-071-17/+24
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-072-5/+5
* [py3] Switched to Python 3-compatible imports.Aymeric Augustin2012-07-221-1/+1
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-7/+8
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-072-21/+26
* Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz2012-05-051-19/+15
* Fixed #18040 -- Removed so-called project-level locale tr...Ramiro Morales2012-04-012-30/+0
* Fixed #17873 -- Removed stale code from translation utili...Jannis Leidel2012-03-121-7/+0
* Fixed #17720 -- Stopped the LocaleMiddleware from overeag...Jannis Leidel2012-02-183-7/+11
* Fixed #17555 -- Added support for a missing trailing slas...Jannis Leidel2012-02-041-1/+1
* Made makemessages leave `'%%'` sequences untouched when e...Ramiro Morales2011-12-111-1/+1
* Fixed #11240 -- Made makemessages i18n command escape % s...Ramiro Morales2011-12-111-0/+2