1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/docs/topics
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
..
auth Added missing markup to docs. 2013-03-22 13:50:07 -04:00
class-based-views Added missing markup to docs. 2013-03-22 13:50:07 -04:00
db Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors 2013-03-23 17:11:10 +01:00
forms Fixed #20084 -- Provided option to validate formset max_num on server. 2013-03-21 01:27:24 -07:00
http Added missing markup to docs. 2013-03-22 13:50:07 -04:00
i18n Fixed #19922 - Typo in translation docs. 2013-02-26 15:12:28 -05:00
testing Added missing markup to docs. 2013-03-22 13:50:07 -04:00
cache.txt Fixed #19253 -- Extracted template cache key building logic 2013-02-24 14:32:45 +01:00
conditional-view-processing.txt Fixed #6195 -- Documented caching options for javascript_catalog. 2013-02-25 22:29:38 +01:00
email.txt Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 2012-09-20 19:06:55 -04:00
files.txt Fixed #17935 - Clarified intro of topics/files.txt. 2013-03-22 06:01:51 -04:00
index.txt Removed django.contrib.localflavor. 2012-12-29 21:59:06 +01:00
install.txt Update link to django-mssql project 2013-03-06 12:12:42 -05:00
localflavor.txt Fixed #20096 -- Added link to the Greek localflavor app 2013-03-20 17:08:08 +01:00
logging.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
pagination.txt Removed versionadded/changed annotations dating back to 1.4. 2012-12-29 21:59:08 +01:00
python3.txt Minor docs fix for e11ccc76. 2013-03-17 22:43:49 +01:00
security.txt Added a new required ALLOWED_HOSTS setting for HTTP host header validation. 2013-02-19 11:23:29 -07:00
serialization.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
settings.txt Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:32:57 -05:00
signals.txt Fixed #19579 - Documented that "providing_args" is purely documentational. 2013-02-23 15:33:43 -05:00
signing.txt Fixed #19683 - Added a missing import in signing example. 2013-01-29 06:12:33 -05:00
templates.txt Fixed #19552 -- Enhanced makemessages handling of `{# #}`-style template comments. 2013-01-29 19:13:23 -03:00