django/tests/modeltests/raw_query
Justin Bronn 7ca3e8fecf Updated patch applied in r12504. Refs #12806.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12508 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-23 06:04:06 +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
__init__.py Fixed #12409 -- Corrected some documentation typos in the docs on raw querysets. Also added a missing __init__.py file. Thanks to Alex Gaynor for the reports. 2009-12-21 01:53:39 +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 Updated patch applied in r12504. Refs #12806. 2010-02-23 06:04:06 +00:00