1
0
mirror of https://github.com/django/django.git synced 2025-02-04 14:37:19 +00:00
django/tests/utils_tests
Marten Kenbeek 290ff35e6c Fixed #25000 -- Fixed cast to string for lazy objects.
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-06-23 09:16:17 -04:00
..