| Age | Commit message (Expand) | Author |
| 2005-11-03 | i18n: fixed documentation and message scanner for constant string translations | Georg Bauer |
| 2005-11-03 | i18n: implemented the proposed syntax change to {% trans %} and {% blocktrans %} | Georg Bauer |
| 2005-11-02 | i18n: added get_available_languages tag and added a default view for switchin... | Georg Bauer |
| 2005-11-01 | i18n: removed debugging leftovers (thx. rjwittams) | Georg Bauer |
| 2005-10-31 | i18n: merged to [1025] from trunk | Georg Bauer |
| 2005-10-29 | Fixed #612 - added cache control headers (thanks, hugo) | Jacob Kaplan-Moss |
| 2005-10-25 | Improved autoreloader to ignore files that might be in eggs. Refs #596 | Adrian Holovaty |
| 2005-10-23 | i18n: added missing translations of day names, month names and language selec... | Georg Bauer |
| 2005-10-23 | i18n: merged to [992] from trunk | Georg Bauer |
| 2005-10-22 | Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, Sune | Adrian Holovaty |
| 2005-10-20 | i18n: merged to [978] from trunk | Georg Bauer |
| 2005-10-20 | Fixed #654 -- Fixed bug in [969]. Thanks, korpios@gmail.com | Adrian Holovaty |
| 2005-10-20 | i18n: removed special casing for en and en-* - we now have an english transla... | Georg Bauer |
| 2005-10-20 | Lightly refactored django.utils.dateformat to make it use less code. Also int... | Adrian Holovaty |
| 2005-10-19 | i18n: reworked part of the translation loader to be cleaner, simpler and faster | Georg Bauer |
| 2005-10-18 | i18n: django-admin.py forces english translation because of it's generated SQ... | Georg Bauer |
| 2005-10-17 | i18n: fixed a problem with the object history and lazy translations of field ... | Georg Bauer |
| 2005-10-17 | i18n: once again worked over the django_language parameter (cookie, get, post... | Georg Bauer |
| 2005-10-17 | i18n: fixed handling of gettext_lazy - now it doesn't memoize function values... | Georg Bauer |
| 2005-10-16 | i18n: merged to [885] in trunk | Georg Bauer |
| 2005-10-16 | i18n: added gettext_lazy - lazy translation for stuff like model help text | Georg Bauer |
| 2005-10-15 | Fixed #616 -- Added a process_exception() hook to middleware framework. Thank... | Adrian Holovaty |
| 2005-10-14 | i18n: fixed a bug with Python 2.3 support (double encoding of stuff) | Georg Bauer |
| 2005-10-12 | i18n: fixed language code reporting - now the actually used language code is ... | Georg Bauer |
| 2005-10-12 | changed layout of language stuff to be oriented after locale names, not langu... | Georg Bauer |
| 2005-10-11 | i18n: merged r815:r843 from trunk | Georg Bauer |
| 2005-10-11 | i18n: corrected sublanguage handling (de-de now mapps to de, if de-de isn't p... | Georg Bauer |
| 2005-10-11 | i18n: added a way to merge in some more locale paths via settings | Georg Bauer |
| 2005-10-11 | i18n: fixed projectpath discovery. Now the DJANGO_SETTINGS_MODULE environment... | Georg Bauer |
| 2005-10-11 | i18n: fixed translation resolving - now project translations are pulled in al... | Georg Bauer |
| 2005-10-11 | i18n: fixed an import error (I really shouldn't make last-minute-changes) | Georg Bauer |
| 2005-10-11 | i18n: fixed syntax error | Georg Bauer |
| 2005-10-11 | i18n: made DjangoTranslations compatible with Python 2.3 | Georg Bauer |
| 2005-10-10 | Fixed #600 -- decorator_from_middleware now handles process_view. Thanks, Hugo | Adrian Holovaty |
| 2005-10-09 | i18n: merged r787:r814 from trunk | Georg Bauer |
| 2005-10-09 | Moved vary decorators from django.utils.cache to django.views.decorators.vary | Adrian Holovaty |
| 2005-10-08 | Added django.utils.cache, from Hugo's #580 patch. Refs #580. | Adrian Holovaty |
| 2005-10-08 | Added django.utils.decorators, from Hugo's #580 patch. Refs #580. | Adrian Holovaty |
| 2005-10-06 | i18n: added support for the new DEFAULT_CHARSET setting in translators | Georg Bauer |
| 2005-10-06 | i18n: merged r776:r786 from trunk | Georg Bauer |
| 2005-10-06 | Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T... | Adrian Holovaty |
| 2005-10-03 | take django_language either from GET or POST (GET has preference if both | Georg Bauer |
| 2005-10-03 | i18n: added GET-support to language selection, added serbian translation file... | Georg Bauer |
| 2005-10-01 | i18n: fixed a rather stupid bug in language discovery (sort descending by pre... | Georg Bauer |
| 2005-10-01 | i18n: language en is now successfully recognized on accept-header parsing | Georg Bauer |
| 2005-10-01 | i18n: switched ngettext to make use of the standard ngettext instead simulati... | Georg Bauer |
| 2005-10-01 | i18n now has support for ngettext and has unittests | Georg Bauer |
| 2005-09-30 | added a gettext_noop function to django.utils.translation | Georg Bauer |
| 2005-09-29 | i18n patch - references #65 | Georg Bauer |
| 2005-09-27 | Fixed #567 -- Added HttpRequest.has_key() method. Thanks, wojtek3@brandlay.com | Adrian Holovaty |