"defer" docs refer to non-existant "Entry.lede" field
In [10090], example code was added to the QuerySets docs including lines like:
Entry.objects.defer("lede", "body")
I cannot work out what this "lede" refers to, there is no field on the Entry
model of that name. Also, the "body" field should probably be "body_text". The Entry model is defined in queries.txt
Component: |
Uncategorized → Documentation
|
milestone: |
→ 1.2
|
Triage Stage: |
Unreviewed → Accepted
|
Owner: |
changed from nobody to Derek Willis
|
Status: |
new → assigned
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
(In [12462]) Fixed #12620 - Refer to better fieldname in defer docs. Thanks, dwillis.