#1225 closed defect (fixed)
Change year in the Documentation to 2006
Reported by: | 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 ;)
Note:
See TracTickets
for help on using tickets.
(In [1963]) Fixed #1225 -- Added note to docs/tutorial01.txt that notes 2005 may not be current year.