Summary:
Main documentation of ``F()`` is in
https://docs.djangoproject.com/en/dev/topics/db/queries.html#query-
expressions/, but belongs in a new reference section /ref/models/queries.
This should also be the location for reference material for ``Q()``.
Discussion of different usage-cases of these query-related classes can
remain where it is, in various different places, with links to and from
the reference material.
--
Ticket URL: <https://code.djangoproject.com/ticket/20920>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* needs_docs: => 0
* owner: nobody => EvilDMP
* needs_tests: => 0
* needs_better_patch: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/20920#comment:1>
Old description:
> https://groups.google.com/d/msg/django-
> developers/L2j4sYViy5A/JMruW8ObqGkJ
>
> Summary:
>
> Main documentation of ``F()`` is in
> https://docs.djangoproject.com/en/dev/topics/db/queries.html#query-
> expressions/, but belongs in a new reference section /ref/models/queries.
>
> This should also be the location for reference material for ``Q()``.
>
> Discussion of different usage-cases of these query-related classes can
> remain where it is, in various different places, with links to and from
> the reference material.
New description:
https://groups.google.com/d/msg/django-developers/L2j4sYViy5A/JMruW8ObqGkJ
Summary:
Main documentation of `F()` is in
https://docs.djangoproject.com/en/dev/topics/db/queries.html#query-
expressions/, but belongs in a new reference section /ref/models/queries.
This should also be the location for reference material for `Q()`.
Discussion of different usage-cases of these query-related classes can
remain where it is, in various different places, with links to and from
the reference material.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/20920#comment:2>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/20920#comment:3>
Comment (by EvilDMP):
Started work on this: https://github.com/django/django/pull/1476 -
comments and corrections please
--
Ticket URL: <https://code.djangoproject.com/ticket/20920#comment:4>
* has_patch: 0 => 1
* version: 1.5 => master
--
Ticket URL: <https://code.djangoproject.com/ticket/20920#comment:5>
* stage: Accepted => Ready for checkin
Comment:
Left a couple minor comments. Feel free to commit after making the
suggested changes.
--
Ticket URL: <https://code.djangoproject.com/ticket/20920#comment:6>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"263eecc583223652dd24f9189144b39d5dd5b62d"]:
{{{
#!CommitTicketReference repository=""
revision="263eecc583223652dd24f9189144b39d5dd5b62d"
Merge pull request #1544 from evildmp/ticket_20920_rebase
Fixed #20920 -- Consolidated F() and Q() documentation
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20920#comment:7>