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
/
tests
/
regressiontests
/
utils
/
simplelazyobject.py
Age
Commit message (
Expand
)
Author
2012-08-07
[py3] Ported django.utils.functional.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2011-12-15
Fixed #16563 - Error pickling request.user
Luke Plant
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-06-01
Tweaked test added in [16308] so it doesn't fail.
Ramiro Morales
2011-06-01
Allow SimpleLazyObjects to return None without constantly being reevaluated, ...
Alex Gaynor
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-09-28
A few test optimizations; using native unittest where no Django-specific Test...
Russell Keith-Magee
2010-09-27
Reorganized utils tests so it's all in separate modules. Thanks to Stephan Ja...
Russell Keith-Magee