mirror of
https://github.com/django/django.git
synced 2025-11-12 00:34:32 +00:00
Small formatting improvement to docs/db-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@408 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
05d074670a
commit
432e19034a
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ double-underscore). For example::
|
||||||
|
|
||||||
polls.get_list(pub_date__lte=datetime.datetime.now())
|
polls.get_list(pub_date__lte=datetime.datetime.now())
|
||||||
|
|
||||||
translates (roughly) into the following SQL:
|
translates (roughly) into the following SQL::
|
||||||
|
|
||||||
SELECT * FROM polls_polls WHERE pub_date < NOW();
|
SELECT * FROM polls_polls WHERE pub_date < NOW();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue