#13414: QuerySet API ref wrong sql equivalent in __year lookup example
----------------------------------------+-----------------------------------
Reporter: idle | Owner: nobody
Status: new | Milestone:
Component: Documentation | Version: SVN
Resolution: | Keywords:
Stage: Ready for checkin | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------+-----------------------------------
Changes (by timo):
* version: 1.2-beta => SVN
* stage: Accepted => Ready for checkin
Comment:
When I tried this out (on postgres), the query was actually:
{{{
SELECT ... WHERE pub_date BETWEEN '2005-01-01 00:00:00' AND '2005-12-31
23:59:59.999999';
}}}
(00:00:00 doesn't appear in the patch), but otherwise this looks good to
go.
--
Ticket URL: <http://code.djangoproject.com/ticket/13414#comment:3>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.