--
Ticket URL: <https://code.djangoproject.com/ticket/21037>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* has_patch: 0 => 1
* needs_tests: => 0
* needs_docs: => 0
Comment:
PR https://github.com/django/django/pull/1550
We have two options here, either we error out or we nullify them: `lambda
*args, **kwargs: None`.
I chose the former.
--
Ticket URL: <https://code.djangoproject.com/ticket/21037#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/21037#comment:2>
* owner: => Tim Graham <timograham@…>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"adc0ab3386520874dbc96c2f905fd66769b8f16d"]:
{{{
#!CommitTicketReference repository=""
revision="adc0ab3386520874dbc96c2f905fd66769b8f16d"
Fixed #21037 -- Made MigrationWriter raise a ValueError when serializing
lambda functions.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21037#comment:3>