django/docs/topics
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
..
db Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL queries and yield models. 2009-12-20 02:46:58 +00:00
forms Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persistently maintaining a patch for this. 2009-12-17 15:10:38 +00:00
http
auth.txt Fixed #8145 - Documented the codenames of the default auth permissions 2009-12-18 10:07:34 +00:00
cache.txt
conditional-view-processing.txt
email.txt
files.txt
generic-views.txt
i18n.txt
index.txt
install.txt
pagination.txt
serialization.txt Corrected an example in the natural key serialization docs. Thanks to Alex Gaynor for the report. 2009-12-18 00:32:10 +00:00
settings.txt
signals.txt
templates.txt
testing.txt