#34232 closed Bug (fixed)
'Add Another' casing typo in tutorial 7
Reported by: | redstoneleo | Owned by: | rajdesai24 |
---|---|---|---|
Component: | Documentation | Version: | 4.1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
lack of indent at
https://docs.djangoproject.com/en/4.1/intro/tutorial05/#:~:text=self.assertQuerysetEqual(response.context['latest_question_list'],%20[])
"Another" should start with lowercase letter,
https://docs.djangoproject.com/en/4.1/intro/tutorial07/#:~:text=the%20“Add%20Another%20Choice”
Change History (6)
comment:1 by , 23 months ago
Easy pickings: | set |
---|---|
Summary: | two little mistakes in the tutorial doc → 'Add Another' casing typo in tutorial 7 |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 23 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 22 months ago
Has patch: | set |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
The lack of indent is a CSS issue tracked at https://github.com/django/djangoproject.com/issues/662.
The "add another" issue looks valid. The sentence in question is: "Note that there is an extra “Delete?” column that allows removing rows added using the “Add Another Choice” button and rows that have already been saved."