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
2014-03-13
Simplified implementation of collectstatic command.
Baptiste Mispelon
2014-03-13
Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject.
Baptiste Mispelon
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-11-19
Use `classmethod` as a decorator.
xuxiang
2013-11-15
Fixed the use of the -ise suffix, where -ize is prefered
Alex Gaynor
2013-11-11
Fix syntax error under Python 3.2.
Aymeric Augustin
2013-11-11
Fixed #21351 -- Replaced memoize with Python's lru_cache.
Bouke Haarsma
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-18
Some code simplification
Alex Gaynor
2013-08-18
Update LazyObject method proxy declarations to simpler form.
Nick Bruun
2013-08-15
Regression test and patch for ticket #20924.
Nick Bruun
2013-07-22
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-14
Fixed #20746 -- Removed Python 2.6 specific code/docs
Tim Graham
2013-06-07
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
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-05-19
Fix proxy objects to respect !=
Andrew Godwin
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
[next]