summaryrefslogtreecommitdiff
path: root/django/utils/functional.py
AgeCommit message (Expand)Author
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-19Fixed #13370 -- Corrected the handling of pickling for lazy() proxy objects. ...Russell Keith-Magee
2010-03-27Fixed #12769, #12924 -- Corrected the pickling of curried and lazy objects, w...Russell Keith-Magee
2010-01-05Fixed #12506 - 'lazy' fails when there are multiple expected classes with the...Luke Plant
2009-12-17Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss
2009-12-12FIxed #10130: you may now delete attributes on `settings`. Thanks, jcassee.Jacob Kaplan-Moss
2009-10-20Fixed #12060 - equality tests between User and SimpleLazyObject-wrapped User ...Luke Plant
2009-10-19Fixed non-standard introspection support in LazyObject.Luke Plant
2009-10-19Fixed #12049 - LazyObject-wrapped User breaks queries in template tagsLuke Plant
2009-10-15Fixed a regression on Python 2.6 caused by r11623Luke Plant
2009-03-02Factor out some common pieces of django.conf.LazySettings.Malcolm Tredinnick
2008-07-28Put back [8120] along with a small tweak. Fixed #6217.Malcolm Tredinnick
2008-07-28Back out [8120] for a bit. Refs #6217. It's having unintended side-effects (a...Malcolm Tredinnick
2008-07-27Fixed #6217 -- Reduced the memory used by each ugettext_lazy() call.Malcolm Tredinnick
2008-02-25Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...Gary Wilson Jr
2007-10-21Fixed #5560 -- Improved the way we create __str__ and __unicode__ methods inMalcolm Tredinnick
2007-09-15Made a small optimization to __deepcopy__ in [6276].Malcolm Tredinnick
2007-09-15Fixed #5487 -- Added deepcopying ability to lazy() objects, along with a test...Malcolm Tredinnick
2007-07-08Fixed reverse URL lookup using functions when the original URL pattern was aMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-23Fixed #4566 -- Added caching speed-ups to reverse URL matching. Based on aMalcolm Tredinnick
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm 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