Opened 8 years ago

Last modified 8 years ago

#27085 closed Cleanup/optimization

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

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

Hi

Here's reporting UI Discrepancy in "Writing your first Django app, part 2" tutorial.

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

CentOS 7.1 64-Bit
Django 1.9.6
Python 2.7.5
pip 8.1.1

Windows 8.1 64-Bit
Django 1.10
Python 2.7.11
pip 8.1.2

Windows 7 64-Bit
Django 1.8.2
Python 3.4.3

Thanks

Change History (2)

by pluralschool, 8 years ago

Attachment: Tutorial.JPG added

by pluralschool, 8 years ago

Attachment: Actual.JPG added
Note: See TracTickets for help on using tickets.
Back to Top