This fails with: `TypeError: getattr(): attribute name must be string` in
`django.utils.formats.get_format`.
--
Ticket URL: <https://code.djangoproject.com/ticket/33748>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/15741 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/33748#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/33748#comment:2>
* owner: nobody => Claude Paroz
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/33748#comment:3>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/33748#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"292f372768836e2aebc713064c5139e8067eebcb" 292f3727]:
{{{
#!CommitTicketReference repository=""
revision="292f372768836e2aebc713064c5139e8067eebcb"
Fixed #33748 -- Fixed date template filter crash with lazy format.
Regression in 659d2421c7adbbcd205604002d521d82d6b0b465.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33748#comment:5>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"000e8e0d38895cb4534ab82d81c18faab77784ad" 000e8e0]:
{{{
#!CommitTicketReference repository=""
revision="000e8e0d38895cb4534ab82d81c18faab77784ad"
[4.1.x] Fixed #33748 -- Fixed date template filter crash with lazy format.
Regression in 659d2421c7adbbcd205604002d521d82d6b0b465.
Backport of 292f372768836e2aebc713064c5139e8067eebcb from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33748#comment:6>