Opened 13 years ago
Closed 13 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).
Note:
See TracTickets
for help on using tickets.
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