Opened 17 years ago

Closed 17 years ago

#4934 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

return self.pub_date.date() == datetime.date.today()
when I put this above line in 'manage.py shell' , error occured.

if use datetime.today().date() instead of datetime.date.today(),
no error occured.

Change History (1)

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

Resolution: duplicate
Status: newclosed

Duplicate of #4935.

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