[Django] #29874: Typo in "Writing your first Django app, part2".

3 views
Skip to first unread message

Django

unread,
Oct 21, 2018, 6:57:00 AM10/21/18
to django-...@googlegroups.com
#29874: Typo in "Writing your first Django app, part2".
------------------------------------------------+------------------------
Reporter: wonhyeongseo | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Documentation | Version: 2.1
Severity: Normal | Keywords: typo
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 1
UI/UX: 0 |
------------------------------------------------+------------------------
There is a typo in the last sentence of the paragraph after the first code
block with the command;
{{{
python manage.py migrate
}}}

To show the table names in SQLite, **.tables** is used rather than
**.schema**.

--
Ticket URL: <https://code.djangoproject.com/ticket/29874>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Oct 21, 2018, 7:26:24 AM10/21/18
to django-...@googlegroups.com
#29874: Typo in "Writing your first Django app, part2".
-------------------------------------+-------------------------------------
Reporter: wonhyeongseo | Owner: Vishvajit
Type: | Pathak
Cleanup/optimization | Status: assigned
Component: Documentation | Version: 2.1
Severity: Normal | Resolution:

Keywords: typo | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Vishvajit Pathak):

* status: new => assigned
* owner: nobody => Vishvajit Pathak


Comment:

I feel it's fine if we even show the schema here.

--
Ticket URL: <https://code.djangoproject.com/ticket/29874#comment:1>

Django

unread,
Oct 22, 2018, 5:48:37 AM10/22/18
to django-...@googlegroups.com
#29874: Typo in "Writing your first Django app, part2".
-------------------------------------+-------------------------------------
Reporter: wonhyeongseo | Owner: Vishvajit
Type: | Pathak
Cleanup/optimization | Status: closed
Component: Documentation | Version: 2.1
Severity: Normal | Resolution: wontfix

Keywords: typo | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Carlton Gibson):

* status: assigned => closed
* resolution: => wontfix


Comment:

I think either `.schema` or `.tables` is fine. (`.schema` gives the full
SQL vs just the table name.)

Admittedly the `.table` command is probably closer in output to the other
examples for the other DBs but I don't think the change is worth
triggering re-translations. As such, I'll opt for `wontfix`.

--
Ticket URL: <https://code.djangoproject.com/ticket/29874#comment:2>

Django

unread,
Sep 29, 2021, 9:18:24 AM9/29/21
to django-...@googlegroups.com
#29874: Use .tables for SQLite in tutorial 02

-------------------------------------+-------------------------------------
Reporter: wonhyeongseo | Owner: Vishvajit
Type: | Pathak
Cleanup/optimization | Status: closed
Component: Documentation | Version: 2.1
Severity: Normal | Resolution: fixed

Keywords: typo | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Tim Graham):

* cc: https://docs.djangoproject.com/en/2.1/intro/tutorial02/ (removed)
* resolution: wontfix => fixed


Comment:

In 9466fd78420a851460c92673dad50a5737c75b12:

Recommended using .tables on SQLite in tutorial 2.

(#30606 is a duplicate and merged
[https://github.com/django/django/pull/14909 PR 14909] proposed this
again).

--
Ticket URL: <https://code.djangoproject.com/ticket/29874#comment:3>

Django

unread,
Sep 29, 2021, 12:54:23 PM9/29/21
to django-...@googlegroups.com
#29874: Use .tables for SQLite in tutorial 02
-------------------------------------+-------------------------------------
Reporter: wonhyeongseo | Owner: Vishvajit
Type: | Pathak
Cleanup/optimization | Status: closed
Component: Documentation | Version: 2.1
Severity: Normal | Resolution: fixed

Keywords: typo | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Mariusz Felisiak):

I missed this 🤦 Thanks Tim!

--
Ticket URL: <https://code.djangoproject.com/ticket/29874#comment:4>

Reply all
Reply to author
Forward
0 new messages