Changes between Initial Version and Version 1 of Ticket #27085
- Timestamp:
- Aug 18, 2016, 11:57:03 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27085 – Description
initial v1 1 Hi 1 Hi 2 2 3 Here's reporting UI Discrepancy in "Writing your first Django app, part 2" tutorial. 3 Here's reporting UI Discrepancy in "Writing your first Django app, part 2" tutorial. Please refer to the screenshots (Tutorial.JPG and Actual.JPG). 4 4 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:5 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: 6 6 7 7 CentOS 7.1 64-Bit 8 8 Django 1.9.6 9 9 Python 2.7.5 10 pip 8.1.111 10 12 11 Windows 8.1 64-Bit 13 12 Django 1.10 14 13 Python 2.7.11 15 pip 8.1.216 14 17 15 Windows 7 64-Bit