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