#15368: Regression in Context
-----------------------------+----------------------------------------------
Reporter: cyberdelia | Owner: nobody
Status: new | Milestone:
Component: Template system | Version: 1.2
Keywords: | Triage Stage: Unreviewed
Has patch: 0 |
-----------------------------+----------------------------------------------
There is a regression since r15601 (in the 1.2.X branch), that notably
break tests :
{{{
def _new(self):
return self.__class__(autoescape=self.autoescape,
current_app=self.current_app,
use_l10n=self.use_l10n)
}}}
But the `use_l10n`attribute doesn't exist in 1.2.
--
Ticket URL: <http://code.djangoproject.com/ticket/15368>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.