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