Opened 12 years ago
Closed 12 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 , 12 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
choice
to
choice_text
in 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_txt
name anywhere.
Stable version of Django (1.4) is unaffected by this: The model field name is
choice
.