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