Add documentation for how to use F() expressions in combination with nulls_last
nulls_last was added to Django but there is not a clear example on how to use it. I had to consult stack overflow for someone showing how it was used and would like to bring that into the Django docs.
I have made the documentation changes already and am making a ticket before submitting the PR.
Change History
(4)
| Triage Stage: |
Unreviewed → Accepted
|
| Type: |
New feature → Cleanup/optimization
|
| Triage Stage: |
Accepted → Ready for checkin
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
PR
The original documentation (47ef8f31f30a2b1920f82494d729c285565867dd) lacks examples. The documentation for
asc()anddesc()might link to the proposed examples.