summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_simplelazyobject.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-01-21Refs #23919 -- Removed misc references to Python 2.Tim Graham
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2014-03-13Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject.Baptiste Mispelon
2013-11-02Fixing E302 ErrorsJason Myers
2013-10-19Removed unused local variables in tests.Tim Graham
2013-09-18Fixed #21118 -- Isolated a test that uses the database.Tim Graham
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-08-15Regression test and patch for ticket #20924.Nick Bruun
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
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