Fixed #26122 -- Fixed copying a LazyObject
Shallow copying of `django.utils.functional.LazyObject` or its subclasses has been broken in a couple of different ways in the past, most recently due to 35355a4f.
Showing
- django/utils/functional.py 20 additions, 0 deletionsdjango/utils/functional.py
- docs/releases/1.8.9.txt 3 additions, 0 deletionsdocs/releases/1.8.9.txt
- docs/releases/1.9.2.txt 3 additions, 0 deletionsdocs/releases/1.9.2.txt
- tests/utils_tests/test_lazyobject.py 78 additions, 7 deletionstests/utils_tests/test_lazyobject.py
Please register or sign in to comment