Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#875 closed defect (fixed)

typo in docs

Reported by: wojtek@… Owned by: Jacob
Component: Documentation Version:
Severity: normal Keywords:
Cc: Triage Stage: Accepted
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/db_api/
in 'Field lookups' the examples says pub_datelte translates to < NOW() and it translates to <= NOW() I believe :)

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [1352]) Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtek

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