django/tests/modeltests/raw_query
Joseph Kocherhans c05de31d75 Fixed #12731. Fixed a bug with .raw() and inheritance. Thanks, Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12544 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-23 19:39: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 #12731. Fixed a bug with .raw() and inheritance. Thanks, Alex Gaynor. 2010-02-23 19:39:06 +00:00
tests.py Fixed #12731. Fixed a bug with .raw() and inheritance. Thanks, Alex Gaynor. 2010-02-23 19:39:06 +00:00