summaryrefslogtreecommitdiff
path: root/django/utils/functional.py
AgeCommit message (Expand)Author
2005-10-17i18n: fixed handling of gettext_lazy - now it doesn't memoize function values...Georg Bauer
2005-10-16i18n: added gettext_lazy - lazy translation for stuff like model help textGeorg Bauer
2005-08-01Refactored meta.py -- created a django.core.meta package, with init.py and fi...Adrian Holovaty