Opened 14 years ago

Closed 13 years ago

Last modified 12 years ago

#14004 closed (fixed)

update() is not mention in the Queryset API Reference

Reported by: anonymous Owned by: Derek Willis
Component: Documentation Version: 1.2
Severity: 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

The very useful update() method of querysets found no mentioning in the Queryset API Reference (http://docs.djangoproject.com/en/dev/ref/models/querysets/).
That cost me a lot of searching.

Attachments (2)

14004.diff (1.6 KB ) - added by Derek Willis 14 years ago.
14004.2.diff (1.3 KB ) - added by Tim Graham 13 years ago.
tweaks to existing patch

Download all attachments as: .zip

Change History (9)

comment:1 by Łukasz Rekucki, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Derek Willis, 14 years ago

Owner: changed from nobody to Derek Willis
Status: newassigned

by Derek Willis, 14 years ago

Attachment: 14004.diff added

comment:3 by Derek Willis, 14 years ago

Has patch: set

comment:4 by Derek Willis, 14 years ago

milestone: 1.3

by Tim Graham, 13 years ago

Attachment: 14004.2.diff added

tweaks to existing patch

comment:5 by Tim Graham, 13 years ago

Triage Stage: AcceptedReady for checkin

comment:6 by Gabriel Hurley, 13 years ago

Resolution: fixed
Status: assignedclosed

(In [14074]) Fixed #14004 -- Adds documentation for QuerySet.update() method. Thanks to dwillis and timo for the majority of the wording.

comment:7 by Jacob, 12 years ago

milestone: 1.3

Milestone 1.3 deleted

Note: See TracTickets for help on using tickets.
Back to Top