Opened 11 years ago
Closed 11 years ago
#20920 closed Cleanup/optimization (fixed)
Create a reference doc for F() and Q()
Reported by: | Daniele Procida | Owned by: | Daniele Procida |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
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.
Change History (7)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
Description: | modified (diff) |
---|
comment:3 by , 11 years ago
Summary: | Rationalise F() andf Q() documentation → Create a reference doc for F() and Q() |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:4 by , 11 years ago
comment:5 by , 11 years ago
Has patch: | set |
---|---|
Version: | 1.5 → master |
comment:6 by , 11 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Left a couple minor comments. Feel free to commit after making the suggested changes.
comment:7 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Started work on this: https://github.com/django/django/pull/1476 - comments and corrections please