Opened 18 years ago
Closed 18 years ago
#4654 closed (wontfix)
Small amount of missing code in Tutorial 1
| Reported by: | rtconner | Owned by: | Jacob |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
On this page: http://www.djangoproject.com/documentation/tutorial01/
In the part just below
"Once you’re in the shell, explore the database API:"
you might want to add in
from datetime import datetime
new python users might not know to do that as i did.
Attachments (1)
Change History (4)
comment:1 by , 18 years ago
| Summary: | Small amount of missing code → Small amount of missing code in Tutorial 1 |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
by , 18 years ago
| Attachment: | 4654.patch added |
|---|
comment:2 by , 18 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Accepted → Ready for checkin |
comment:3 by , 18 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
If you're following the tutorial, the import for datetime is on line 447, when you create the new Poll.