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
2013-05-21
Imported copyreg from six.moves
Claude Paroz
2013-05-21
Fixed #20212 - __reduce__ should only be defined for Py3+.
Daniel Lindsley
2013-04-19
Fix != operations on lazy objects.
Alex Gaynor
2013-03-18
Fixed #19456 -- Avoid infinite recursion when tracing LazyObject.__init__.
Aymeric Augustin
2013-03-18
Fixed #18447 -- Made LazyObject unwrap on dict access.
Aymeric Augustin
2013-03-06
PEP8 cleanup of functional.py
Preston Holmes
2013-03-06
Fixed #19543 -- implemented SimpleLazyObject.__repr__
Preston Holmes
2013-02-25
Fixed #19634 -- Added proper __hash__ methods.
Aymeric Augustin
2013-02-23
Fixed #19872
Tomek Paczkowski
2013-01-30
Fixed #19160 -- Made lazy plural translations usable.
Aymeric Augustin
2012-12-15
Fixed a couple of docstring typos.
Ramiro Morales
2012-10-26
Properly support pickling of LazyObjects in Python 3.3
Ian Clelland
2012-08-21
Removed obsolete __members__ definitions
Claude Paroz
2012-08-07
[py3] Ported django.utils.functional.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-04
Fixed a mistake in function documentation 'django.utils.functional.partition'
Tim Graham
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-05-18
Got rid of old __cmp__methods replaced by rich comparison.
Claude Paroz
2012-05-07
Fixed total_ordering for Python < 2.7.2
Anssi Kääriäinen
2012-05-07
Made model fields comparable to other objects
Simon Charette
2012-01-08
Try to save memory and time when using lazy objects by refering to their func...
Alex Gaynor
2011-12-15
Fixed #16563 - Error pickling request.user
Luke Plant
2011-10-21
move an mport out of a function
Alex Gaynor
2011-09-30
Fixed #14270 - related manager classes should be cached
Luke Plant
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-06-01
Allow SimpleLazyObjects to return None without constantly being reevaluated, ...
Alex Gaynor
2011-06-01
Fixed #9200 -- Added new form wizard to formtools based on class based views....
Jannis Leidel
2011-05-31
Cleaned up how ``request.user`` is set, this is a follow up to [16297]. Thank...
Alex Gaynor
2011-05-05
Fixed #15811 - lazy() doesn't take into account methods defined in parents
Luke Plant
2011-05-01
Replaced old-style with new-style decorator syntax.
Jannis Leidel
2011-04-02
Fixed grammar error in utils/functional.py from [15940]
Adrian Holovaty
2011-03-31
Fixed #15724 -- Added update_wrapper import to utils.functional to be a bit m...
Jannis Leidel
2011-03-28
Remove a license that no long applies to any code, and add a comment for the ...
Alex Gaynor
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-04-19
Fixed #13370 -- Corrected the handling of pickling for lazy() proxy objects. ...
Russell Keith-Magee
2010-03-27
Fixed #12769, #12924 -- Corrected the pickling of curried and lazy objects, w...
Russell Keith-Magee
2010-01-05
Fixed #12506 - 'lazy' fails when there are multiple expected classes with the...
Luke Plant
2009-12-17
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...
Jacob Kaplan-Moss
2009-12-12
FIxed #10130: you may now delete attributes on `settings`. Thanks, jcassee.
Jacob Kaplan-Moss
2009-10-20
Fixed #12060 - equality tests between User and SimpleLazyObject-wrapped User ...
Luke Plant
2009-10-19
Fixed non-standard introspection support in LazyObject.
Luke Plant
2009-10-19
Fixed #12049 - LazyObject-wrapped User breaks queries in template tags
Luke Plant
2009-10-15
Fixed a regression on Python 2.6 caused by r11623
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
[next]