mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #19543 -- implemented SimpleLazyObject.__repr__
Thanks to Florian Hahn for the patch
This commit is contained in:
@@ -131,6 +131,9 @@ Minor features
|
||||
:setting:`TEMPLATE_STRING_IF_INVALID` for variables not present in the
|
||||
context, just like other template constructs.
|
||||
|
||||
* SimpleLazyObjects will now present more helpful representations in shell
|
||||
debugging situations.
|
||||
|
||||
Backwards incompatible changes in 1.6
|
||||
=====================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user