Django

Code

Ticket #4532 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

Simply 2 letter typo on select-related example

Reported by: philliptemple@yahoo.co.uk Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords: example typo
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation:
Needs tests: Patch needs improvement:

Description

http://www.djangoproject.com/documentation/db-api/#select-related

sv = Book.objects.get(id=4) # No select_related() in this example.

should be:

b = Book.objects.get(id=4) # No select_related() in this example.

Attachments

Change History

06/11/07 19:31:56 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

(In [5466]) Fixed #4532 -- Trivial typo fix. Noticed by philliptemple@yahoo.co.uk.


Add/Change #4532 (Simply 2 letter typo on select-related example)




Change Properties
Action