Changeset 1352
- Timestamp:
- 11/22/05 08:23:07 (3 years ago)
- Files:
-
- django/trunk/docs/db-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/db-api.txt
r1155 r1352 143 143 translates (roughly) into the following SQL:: 144 144 145 SELECT * FROM polls_polls WHERE pub_date < NOW();145 SELECT * FROM polls_polls WHERE pub_date <= NOW(); 146 146 147 147 .. admonition:: How this is possible
