Changes between Initial Version and Version 1 of Ticket #27085


Ignore:
Timestamp:
Aug 18, 2016, 11:57:03 AM (8 years ago)
Author:
pluralschool
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27085 – Description

    initial v1  
    1 Hi 
     1Hi
    22
    3 Here's reporting UI Discrepancy in "Writing your first Django app, part 2" tutorial.
     3Here's reporting UI Discrepancy in "Writing your first Django app, part 2" tutorial. Please refer to the screenshots (Tutorial.JPG and Actual.JPG).
    44
    5 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:
     5As 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:
    66
    77CentOS 7.1 64-Bit
    88Django 1.9.6
    99Python 2.7.5
    10 pip 8.1.1
    1110
    1211Windows 8.1 64-Bit
    1312Django 1.10
    1413Python 2.7.11
    15 pip 8.1.2
    1614
    1715Windows 7 64-Bit
Back to Top