--
Ticket URL: <https://code.djangoproject.com/ticket/24267>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: 0 => 1
* has_patch: 0 => 1
* stage: Unreviewed => Accepted
Comment:
[https://github.com/django/django/pull/4036 PR] (currently has a test
failure)
--
Ticket URL: <https://code.djangoproject.com/ticket/24267#comment:1>
Comment (by Tim Graham <timograham@…>):
In [changeset:"b68212f539f206679580afbfd008e7d329c9cd31" b68212f]:
{{{
#!CommitTicketReference repository=""
revision="b68212f539f206679580afbfd008e7d329c9cd31"
Refs #24267 -- Implemented lookups for related fields
Previously related fields didn't implement get_lookup, instead
related fields were treated specially. This commit removed some of
the special handling. In particular, related fields return Lookup
instances now, too.
Other notable changes in this commit is removal of support for
annotations in names_to_path().
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24267#comment:2>
* needs_better_patch: 1 => 0
* has_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/24267#comment:3>
* owner: nobody => Simon Charette
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/24267#comment:4>