--
Ticket URL: <https://code.djangoproject.com/ticket/18709>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
https://github.com/django/django/pull/246
--
Ticket URL: <https://code.djangoproject.com/ticket/18709#comment:1>
* cc: jason@… (added)
* owner: nobody => jwmayfield
* status: new => assigned
* stage: Unreviewed => Accepted
Comment:
Patch applies cleanly. Test fails before applying patch. Test passes
after patch.
--
Ticket URL: <https://code.djangoproject.com/ticket/18709#comment:2>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/18709#comment:3>
* owner: jwmayfield =>
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/18709#comment:4>
Comment (by galuszkak):
It will be very nice to merge because it is breaking pull request for
ticket #19019
--
Ticket URL: <https://code.djangoproject.com/ticket/18709#comment:5>
Comment (by aaugustin):
The patch looks good, but unfortunately it doesn't apply cleanly any
longer.
If you bring it up to date, you can mark it as ready for checkin.
--
Ticket URL: <https://code.djangoproject.com/ticket/18709#comment:6>
* stage: Ready for checkin => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/18709#comment:7>
* stage: Accepted => Ready for checkin
Comment:
I've rebased the commit so it applies again.
--
Ticket URL: <https://code.djangoproject.com/ticket/18709#comment:8>
* owner: => Jeroen Dekkers <jeroen@…>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"d0788c277035727b7b070abd0f02d075acffc84f"]:
{{{
#!CommitTicketReference repository=""
revision="d0788c277035727b7b070abd0f02d075acffc84f"
Fixed #18709 -- Check if initial_value is a callable
In _get_changed_data, check if initial_value is a callable and call it
if it is.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18709#comment:9>
Comment (by Marc Tamlyn <marc.tamlyn@…>):
In [changeset:"adeec00979d1b365535b8f26fda4a5f7173e975d"]:
{{{
#!CommitTicketReference repository=""
revision="adeec00979d1b365535b8f26fda4a5f7173e975d"
Merge pull request #246 from dekkers/ticket_18709
Fixed #18709 -- Check if initial_value is a callable
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18709#comment:10>