Opened 13 years ago
Closed 13 years ago
#18386 closed Uncategorized (worksforme)
choice.choice_txt empty
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | choice.choice_txt |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
"choice" is enough, otherwise the label won't appear in
[https://docs.djangoproject.com/en/dev/intro/tutorial04/
]
Change History (1)
comment:1 by , 13 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
| Version: | 1.4 → master |
Note:
See TracTickets
for help on using tickets.
The Choice model field name containing the human-readable description of the choice got changed today from
choicetochoice_textin all four parts of the tutorial for the in-development version of Django.Maybe you are using the in-development version of Django and were following the tutorial?. Also, there is no
choice_txtname anywhere.Stable version of Django (1.4) is unaffected by this: The model field name is
choice.