It seems that the result call the function directly (without the
`__builtin__` prefix and that the import of `__builtin__` should not be
included.
--
Ticket URL: <https://code.djangoproject.com/ticket/25186>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* needs_better_patch: => 0
* needs_tests: => 0
* owner: nobody => pipermerriam
* needs_docs: => 0
* has_patch: 0 => 1
Comment:
Pull request here https://github.com/django/django/pull/5063
--
Ticket URL: <https://code.djangoproject.com/ticket/25186#comment:1>
* stage: Unreviewed => Accepted
Comment:
Seems reasonable to me.
--
Ticket URL: <https://code.djangoproject.com/ticket/25186#comment:2>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/25186#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"b1e552debf8303124a213008d319df9a817b4932" b1e552d]:
{{{
#!CommitTicketReference repository=""
revision="b1e552debf8303124a213008d319df9a817b4932"
Fixed #25186 -- Improved migration's serialization of builtins on Python
2.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25186#comment:4>