summaryrefslogtreecommitdiff
path: root/django/utils/functional.py
AgeCommit message (Expand)Author
2007-06-25unicode: Merged from trunk up to [5530]. Oracle backend has not been ported toMalcolm Tredinnick
2007-06-18unicode: Implemented comparisons between *_lazy() objects. comparingMalcolm Tredinnick
2007-06-03unicode: Implemented string interpolation for lazy objects.Malcolm Tredinnick
2007-05-26unicode: Fixed __proxy__.__str__() handling. So gettext_lazy() will work moreMalcolm Tredinnick
2007-05-22unicode: Made lazy translation objects work properly. Fixed #4295, #4320.Malcolm Tredinnick
2007-05-14unicode: Fixed #4292 -- Added support for __unicode__ to lazy() objects.Malcolm Tredinnick
2007-04-28unicode: Merged from trunk up to [5121].Malcolm Tredinnick
2006-09-07Renamed 'func' argument in django.utils.functional.curry to reduce possibilit...Adrian Holovaty
2006-09-07Optimized django.utils.functional.curry. Thanks for the patch, Martin GlueckAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-11-21fixes #753 - ValidationError and CriticalValidationError now accept both stri...Georg Bauer
2005-11-06Reworded docstrings and settings documentation from [1068]Adrian Holovaty
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss
2005-08-01Refactored meta.py -- created a django.core.meta package, with init.py and fi...Adrian Holovaty