Opened 15 years ago

Closed 15 years ago

#11034 closed (fixed)

Typo in admin actions documentation

Reported by: anonymous Owned by: nobody
Component: Documentation Version:
Severity: Keywords: typo
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

http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/#actions-that-provide-intermediate-pages

The second-to-last line in the first code snippet should read serializers.serialize, not serialize.serialize

Attachments (2)

11034.diff (580 bytes ) - added by Tim Graham 15 years ago.
trivial patch
export_as_json.diff (588 bytes ) - added by kaikuehne 15 years ago.
serializers.serialize also takes a format as first parameter.

Download all attachments as: .zip

Change History (4)

by Tim Graham, 15 years ago

Attachment: 11034.diff added

trivial patch

comment:1 by Tim Graham, 15 years ago

Has patch: set
Keywords: typo added
Triage Stage: UnreviewedReady for checkin

by kaikuehne, 15 years ago

Attachment: export_as_json.diff added

serializers.serialize also takes a format as first parameter.

comment:2 by Karen Tracey, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in r10804.

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