summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_simplelazyobject.py
AgeCommit message (Collapse)Author
2013-09-18[1.6.x] Fixed bad backport in last commit; refs #21118Tim Graham
2013-09-18[1.6.x] Fixed #21118 -- Isolated a test that uses the database.Tim Graham
Thanks rmboggs for the report. Backport of 4f40b97d97 from master
2013-09-03[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
Conflicts: django/db/backends/oracle/base.py django/db/backends/sqlite3/base.py django/db/models/base.py Backport of 365c3e8b from master.
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
Gives much nicer errors when it fails.
2013-05-21Fixed #20212 - __reduce__ should only be defined for Py3+.Daniel Lindsley
2013-04-19Fix != operations on lazy objects.Alex Gaynor
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons