#875 closed defect (fixed)
typo in docs
| Reported by: | 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 :)
Note:
See TracTickets
for help on using tickets.
(In [1352]) Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtek