AttributeError: 'A' object has no attribute 'foo'
}}}
Introduced in 35355a4ffedb2aeed52d5fe3034380ffc6a438db.
--
Ticket URL: <https://code.djangoproject.com/ticket/28389>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* owner: nobody => Sergey Fedoseev
--
Ticket URL: <https://code.djangoproject.com/ticket/28389#comment:1>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/8742 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/28389#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"30f334cc58e939c7d9bd8455c80bd066fbde9f2b" 30f334c]:
{{{
#!CommitTicketReference repository=""
revision="30f334cc58e939c7d9bd8455c80bd066fbde9f2b"
[1.11.x] Fixed #28389 -- Fixed pickling of LazyObject on Python 2 when
wrapped object doesn't have __reduce__().
Partial revert of 35355a4ffedb2aeed52d5fe3034380ffc6a438db.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28389#comment:3>
* stage: Unreviewed => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/28389#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"83440a1258ab2e0c29ce2c5d3586456ece20b633" 83440a1]:
{{{
#!CommitTicketReference repository=""
revision="83440a1258ab2e0c29ce2c5d3586456ece20b633"
Refs #28389 -- Added release note and test for pickling of LazyObject when
wrapped object doesn't have __reduce__().
Forwardport of 30f334cc58e939c7d9bd8455c80bd066fbde9f2b from stable/1.11.x
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28389#comment:5>