index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
utils_tests
/
test_simplelazyobject.py
Age
Commit message (
Expand
)
Author
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2014-03-13
Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject.
Baptiste Mispelon
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-09-18
Fixed #21118 -- Isolated a test that uses the database.
Tim Graham
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-15
Regression test and patch for ticket #20924.
Nick Bruun
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
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-04-12
Modified utils_tests for unittest2 discovery.
Preston Timmons