index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
views
/
i18n.py
Age
Commit message (
Expand
)
Author
2008-03-24
Fixed #6864 -- Handle Javascript i18n when the plural form expression returns
Malcolm Tredinnick
2008-02-29
Fixed #5603 -- Allow customization of the language cookie name. Thanks, moe.
Malcolm Tredinnick
2007-11-29
Fixed #5853 -- Added handling for a missing 'en' PO file in translation support
Malcolm Tredinnick
2007-09-15
Changed set_language() change from [6320] to use request.REQUEST, which is sh...
Adrian Holovaty
2007-09-15
Changed set_language() redirect view to check POST data for 'next'. Thanks, m...
Adrian Holovaty
2007-09-14
Fixed #3651 -- Changed set_language_view() to require POST request is used, i...
Malcolm Tredinnick
2007-08-11
Fixed #4414 -- Fixed Javascript message translation to also work when there i...
Malcolm Tredinnick
2007-04-26
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
Malcolm Tredinnick
2007-03-12
Fixed #3640 -- Improved error handling in views.i18n.set_language(). Thanks
Malcolm Tredinnick
2006-07-01
Optimized JavaScript in django/views/i18n.py
Adrian Holovaty
2006-07-01
Added USE_I18N setting, which lets you turn off internationalization overhead...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-01-19
Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows...
Adrian Holovaty
2005-12-06
fix for a problem with djangojs missing for some languages. Thx Olivier
Georg Bauer
2005-12-04
limit packages in javascript_catalog to settings.INSTALLED_APPS and 'django.c...
Georg Bauer
2005-12-04
added infrastructure code for later javascript translating (currently not act...
Georg Bauer
2005-11-04
Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...
Jacob Kaplan-Moss