Django

Code

Ticket #1225 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

Change year in the Documentation to 2006

Reported by: Dumitru Postoronca <postoREMOVETHIS@dumitrup.com> Assigned to: jacob
Milestone: Component: Documentation
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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 ;)

Attachments

Change History

01/14/06 18:37:59 changed by adrian

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

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


Add/Change #1225 (Change year in the Documentation to 2006)




Change Properties
Action