#1107 closed enhancement (invalid)
The documentation doesn't explain the context for the object_detail view.
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Documentation | Version: | |
| Severity: | minor | 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
So I was trying to make a generic view last night, in the docs, it's not explained what template context keys are given by the object_detail view.
Change History (1)
comment:1 by , 20 years ago
| Component: | Admin interface → Documentation |
|---|---|
| priority: | normal → low |
| Resolution: | → invalid |
| Severity: | normal → minor |
| Status: | new → closed |
| Type: | defect → enhancement |
Note:
See TracTickets
for help on using tickets.
from generic views documentation:
so that leaves the object you wanted to show as the only var in your context (as object).