django1/docs/topics/db
Claude Paroz 76aecfbc4b Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors
Previously, depending on the database backend or the cursor type,
you'd need to double the percent signs in the query before passing
it to cursor.execute. Now cursor.execute consistently need percent
doubling whenever params argument is not None (placeholder substitution
will happen).
Thanks Thomas Güttler for the report and Walter Doekes for his work
on the patch.
2013-03-23 17:11:10 +01:00
..
examples Removed unnecessary imports. 2013-03-03 16:07:38 +01:00
aggregation.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
index.txt Fixed #17605: Restored deleted query documentation that used to live in doctests. Thanks zsiciarz for work on the patch. 2012-03-14 22:16:46 +00:00
managers.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
models.txt Removed django.contrib.localflavor. 2012-12-29 21:59:06 +01:00
multi-db.txt Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
optimization.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
queries.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
sql.txt Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors 2013-03-23 17:11:10 +01:00
tablespaces.txt Removed versionadded/changed annotations dating back to 1.4. 2012-12-29 21:59:08 +01:00
transactions.txt Proof-read and adjusted the transactions docs. 2013-03-13 15:17:41 +01:00