Django

Code

Ticket #1765 (closed: fixed)

Opened 3 years ago

Last modified 3 years ago

[patch] incorrect table name in docs/tutorial01.txt

Reported by: nick@efford.net Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

docs/tutorial01.txt shows output from python manage.py sql polls that refers incorrectly to a table named polls_polls. It should be polls_poll.

Attachments

tutorial01.diff (490 bytes) - added by nick@efford.net on 05/04/06 14:28:40.
Patch to fix table name in docs/tutorial01.txt

Change History

05/04/06 14:28:40 changed by nick@efford.net

  • attachment tutorial01.diff added.

Patch to fix table name in docs/tutorial01.txt

05/04/06 14:35:31 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [2832]) Fixed #1765 -- Fixed bug in docs/tutorial01.txt. Thanks, nick@efford.net


Add/Change #1765 ([patch] incorrect table name in docs/tutorial01.txt)




Change Properties
Action