Kaydet (Commit) 2bb84b9c authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtek

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst ceecf0f7
......@@ -142,7 +142,7 @@ double-underscore). For example::
translates (roughly) into the following SQL::
SELECT * FROM polls_polls WHERE pub_date < NOW();
SELECT * FROM polls_polls WHERE pub_date <= NOW();
.. admonition:: How this is possible
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment