Opened 17 years ago

Closed 17 years ago

#4388 closed (fixed)

[patch] db-api shortcuts sections doesn't explicitly mention module

Reported by: Jure Cuhalev <gandalf@…> Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords:
Cc: gandalf@… 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

Db-api documentation on shortcuts describes all of the properties of django.shortcuts but doesn't actually list anywhere that they live in "django.shortcuts". While this is clear to more experienced users it would still be good to explicitly list the module that these properties are part of.

Attachments (1)

db-api.patch (592 bytes ) - added by Jure Cuhalev <gandalf@…> 17 years ago.
Simple change of sentance to mention actual module

Download all attachments as: .zip

Change History (4)

by Jure Cuhalev <gandalf@…>, 17 years ago

Attachment: db-api.patch added

Simple change of sentance to mention actual module

comment:1 by Jure Cuhalev <gandalf@…>, 17 years ago

Cc: gandalf@… added

comment:2 by Gary Wilson <gary.wilson@…>, 17 years ago

Triage Stage: UnreviewedReady for checkin

IMO, the second sentence doesn't sound right with the "that" after ``django.shortcuts`` now, but I will let a core dev decide on commit.

comment:3 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [5356]) Fixed #4388 -- Documented where the view shortcuts are imported from. Based on
a patch from Jure Cuhalev.

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