Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/i18n.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #22404 -- Added a view that exposes i18n catalog as...Sergey Kolosov2015-08-051-12/+49
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Removed spaces after 'function' in jsi18nMoritz Sichert2015-03-201-10/+10
* Fixed #22106 -- Allowed using more than one instance of j...Moritz Sichert2015-03-201-75/+75
* Fixed #24122 -- Redirected to translated url after settin...Claude Paroz2015-03-131-0/+4
* Fixed a few uses of Template that relied on a default eng...Aymeric Augustin2015-02-221-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+7
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+2
* Fixed #15318 -- Added settings for language cookie max-ag...Sergey Kolosov2014-03-011-1/+4
* Fixed #22120 -- Documented persistent activation of langu...Erik Romijn2014-02-221-2/+2
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-1/+5
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+1
* Fixed #21347 -- Added missing JS variable declaration.Tim Graham2013-10-301-1/+1
* Fixed #5789 -- Changed LocaleMiddleware session variable ...Bouke Haarsma2013-10-221-1/+1
* Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma2013-10-171-1/+1
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* Fixed #20433: Extract catalog compilation code from javas...zyegfryed2013-05-181-31/+37
* Ensured that the javascript_catalog view doesn't leak tra...Florian Apolloner2013-05-051-7/+8
* Fixed #18231 -- Made JavaScript i18n not pollute global J...Matthew Tretter2013-04-141-113/+127
* Fixed #18856 -- Ensured that redirects can't be poisoned ...Florian Apolloner2012-12-101-5/+6
* Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz2012-12-081-1/+2
* Fixed #19136 -- Properly escape gettext context prefixes ...Jannis Leidel2012-11-171-4/+4
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-3/+3
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-3/+4
* Correct reference error (undefined variable)Matthew Tretter2012-04-281-1/+1
* Fixed #5494, #10765, #14924 -- Modified the order in whic...Ramiro Morales2011-02-071-2/+5
* Fixed #14824 -- Corrected the handling of formats when US...Russell Keith-Magee2011-02-041-5/+2
* Fixed #13726 -- Further refine changes made in r12384 and...Jannis Leidel2010-12-131-13/+12
* Fixed #9988 -- Added support for translation contexts. Th...Jannis Leidel2010-11-041-0/+17
* Fixed #13514 -- Corrected the process of loading multiple...Russell Keith-Magee2010-05-131-1/+4
* Fixed #13388 - Refined changes made in r12384 in the Java...Jannis Leidel2010-05-021-1/+1
* Fixed #3594 - Added ability to discard the language catal...Jannis Leidel2010-02-051-8/+22
* Changed a whole bunch of places to raise exception instan...Adrian Holovaty2010-01-101-1/+1
* Fixed #12492 - Refactored JavaScript format localization ...Jannis Leidel2010-01-041-8/+32
* Fixed #12454 - Added support for localized formats to adm...Jannis Leidel2009-12-301-9/+15
* Fixed #12448 - Make sure format strings are handled corre...Jannis Leidel2009-12-301-1/+2
* Fixed #7980 - Improved i18n framework to support locale a...Jannis Leidel2009-12-221-3/+26
* Fixed #8193: all dynamic imports in Django are now done c...Jacob Kaplan-Moss2009-03-181-2/+3
* Fixed #6864 -- Handle Javascript i18n when the plural for...Malcolm Tredinnick2008-03-241-1/+12
* Fixed #5603 -- Allow customization of the language cookie...Malcolm Tredinnick2008-02-291-1/+1
* Fixed #5853 -- Added handling for a missing 'en' PO file ...Malcolm Tredinnick2007-11-291-2/+6
* Changed set_language() change from [6320] to use request....Adrian Holovaty2007-09-151-3/+1
* Changed set_language() redirect view to check POST data f...Adrian Holovaty2007-09-151-1/+3
* Fixed #3651 -- Changed set_language_view() to require POS...Malcolm Tredinnick2007-09-141-7/+13
* Fixed #4414 -- Fixed Javascript message translation to al...Malcolm Tredinnick2007-08-111-2/+2
* Fixed #4040 -- Changed uses of has_key() to "in". Slight ...Malcolm Tredinnick2007-04-261-3/+3
* Fixed #3640 -- Improved error handling in views.i18n.set_...Malcolm Tredinnick2007-03-121-3/+3