Opened 12 years ago

Closed 12 years ago

#19003 closed Cleanup/optimization (invalid)

generic views: syntax error in example

Reported by: Marc Rechté Owned by: nobody
Component: Documentation Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

§ Generic views of objects

In Book class a reference to 'Author' instead of Author (Author class to be defined).

Change History (1)

comment:1 by Tim Graham, 12 years ago

Resolution: invalid
Status: newclosed

It's valid syntax: "If you need to create a relationship on a model that has not yet been defined, you can use the name of the model, rather than the model object itself"

https://docs.djangoproject.com/en/dev/ref/models/fields/#foreignkey

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