1
0
mirror of https://github.com/django/django.git synced 2024-11-20 00:14:08 +00:00
django/tests/modeltests/raw_query
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