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
2010-01-05
[1.1.X] Fixed #12506 - 'lazy' fails when there are multiple expected classes ...
Luke Plant
2009-12-17
[1.1.X] Fixed #11753 - Q objects with callables no longer explode on Python 2...
Jacob Kaplan-Moss
2009-12-12
[1.1.X] Fixed #10130: you may now delete attributes on `settings`. Thanks, jc...
Jacob Kaplan-Moss
2009-10-20
[1.1.X] Fixed #12060 - equality tests between User and SimpleLazyObject-wrapp...
Luke Plant
2009-10-19
[1.1.X] Fixed #12049 - LazyObject-wrapped User breaks queries in template tags
Luke Plant
2009-10-15
[1.1.X] Fixed a regression for Python 2.6 introduced in r11624 on this branch.
Luke Plant
2009-03-02
Factor out some common pieces of django.conf.LazySettings.
Malcolm Tredinnick
2008-07-28
Put back [8120] along with a small tweak. Fixed #6217.
Malcolm Tredinnick
2008-07-28
Back out [8120] for a bit. Refs #6217. It's having unintended side-effects (a...
Malcolm Tredinnick
2008-07-27
Fixed #6217 -- Reduced the memory used by each ugettext_lazy() call.
Malcolm Tredinnick
2008-02-25
Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...
Gary Wilson Jr
2007-10-21
Fixed #5560 -- Improved the way we create __str__ and __unicode__ methods in
Malcolm Tredinnick
2007-09-15
Made a small optimization to __deepcopy__ in [6276].
Malcolm Tredinnick
2007-09-15
Fixed #5487 -- Added deepcopying ability to lazy() objects, along with a test...
Malcolm Tredinnick
2007-07-08
Fixed reverse URL lookup using functions when the original URL pattern was a
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-23
Fixed #4566 -- Added caching speed-ups to reverse URL matching. Based on a
Malcolm Tredinnick
2007-04-26
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
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