Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1225 closed defect (fixed)

Change year in the Documentation to 2006

Reported by: Dumitru Postoronca <postoREMOVETHIS@…> Owned by: Jacob
Component: Documentation Version:
Severity: trivial Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi.

In the Django tutorial page, after setting up the models & adding initial info, there is an example of the database API:

>>> polls.get_object(pub_date__year=2005)
What's up?

It doesn't render the expected result, because when adding it, we're using now() and it's 2006

PS: Happy new year ;)

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1963]) Fixed #1225 -- Added note to docs/tutorial01.txt that notes 2005 may not be current year.

Note: See TracTickets for help on using tickets.
Back to Top