1
0
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:
Preston Holmes
2013-03-06 16:00:05 -08:00
parent c8e3a23d0f
commit 0ea5bf88dd
3 changed files with 24 additions and 4 deletions

View File

@@ -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
=====================================