Opened 8 years ago

Last modified 8 years ago

#27085 closed Cleanup/optimization

UI Discrepancy in "Writing your first Django app, part 2" — at Version 1

Reported by: pluralschool Owned by: nobody
Component: Documentation Version: 1.10
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: yes UI/UX: no

Description (last modified by pluralschool)

Hi

Here's reporting UI Discrepancy in "Writing your first Django app, part 2" tutorial. Please refer to the screenshots (Tutorial.JPG and Actual.JPG).

As per https://docs.djangoproject.com/en/1.10/intro/tutorial02/, "Home › Polls › Questions" is shown displaying Check Box: "QUESTION TEXT"(vide Tutorial.JPG). However, the actual out from the code displays Check Box: "QUESTION" (vide Actual.JPG). The code was run on the following environments:

CentOS 7.1 64-Bit
Django 1.9.6
Python 2.7.5

Windows 8.1 64-Bit
Django 1.10
Python 2.7.11

Windows 7 64-Bit
Django 1.8.2
Python 3.4.3

Thanks

Change History (3)

by pluralschool, 8 years ago

Attachment: Tutorial.JPG added

by pluralschool, 8 years ago

Attachment: Actual.JPG added

comment:1 by pluralschool, 8 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top