Opened 17 years ago

Closed 17 years ago

#4935 closed (duplicate)

code error

Reported by: fujujian@… Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords: datetime
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://www.djangoproject.com/documentation/tutorial01/

return self.pub_date.date() == datetime.date.today()

error occured!
may be use
datetime.today().date() instead of datetime.date.today()

Change History (1)

comment:1 by John Shaffer <jshaffer2112@…>, 17 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #4876.

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