django/tests/modeltests/raw_query
Jacob Kaplan-Moss 20ad30713e Fixed #11863: added a Model.objects.raw() method for executing raw SQL queries and yield models.
See `docs/topics/db/raw.txt` for details.

Thanks to seanoc for getting the ball rolling, and to Russ for wrapping things up.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11921 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-20 02:46:58 +00:00
..
fixtures Fixed #11863: added a Model.objects.raw() method for executing raw SQL queries and yield models. 2009-12-20 02:46:58 +00:00
models.py Fixed #11863: added a Model.objects.raw() method for executing raw SQL queries and yield models. 2009-12-20 02:46:58 +00:00
tests.py Fixed #11863: added a Model.objects.raw() method for executing raw SQL queries and yield models. 2009-12-20 02:46:58 +00:00