django/docs/topics/db
Jacob Kaplan-Moss fd2f18008c Fixed #14733: no longer "validate" .raw() queries.
Turns out that a lot more than just SELECT can return data, and this list is
very hard to define up front in a cross-database manner. So let's just assume
that anyone using raw() is at least halfway competant and can deal with
the error messages if they don't use a data-returning query.

Thanks to Christophe Pettus for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15803 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-03-14 19:49:53 +00:00
..
aggregation.txt
index.txt Added crossref targets for a couple of Django exceptions and cleaned up related reST markup. 2011-03-03 19:31:10 +00:00
managers.txt
models.txt
multi-db.txt
optimization.txt
queries.txt
sql.txt
transactions.txt