summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_functional.py
AgeCommit message (Collapse)Author
2016-11-29Fixed #27555 -- Removed django.utils.functional.lazy_property.Adam Chainz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-06-14Removed usage of a few deprecated unittest assertions.Ville Skyttä
2016-06-04Fixed #24781 -- Fixed repr() for lazy objects.Chesco Igual
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-06-23Fixed #25000 -- Fixed cast to string for lazy objects.Marten Kenbeek
Implemented __str__() to return the string-representation of the proxied object, not the proxy itself, if the lazy object didn't have a string-like object in its resultclasses.
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-26Fixed #23346 -- Fixed lazy() to lookup methods on the real object, not ↵Gavin Wahl
resultclasses. Co-Authored-By: Rocky Meza <rmeza@fusionbox.com>
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-20Fixed #23688 -- Updated cached_property to preserve docstring of original ↵John-Scott Atlakson
function
2014-07-01Fixed #22691 -- Added aliasing to cached_property.Curtis
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-07-02Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
Refs #20680.
2013-05-29Add test for new __ne__ method on Promise.Andrew Godwin
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons