diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2011-06-10 15:14:36 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2011-06-10 15:14:36 +0000 |
| commit | 528157ce73e4e7d9ee65c362d0cb4013eb17c5f0 (patch) | |
| tree | 6e420c218f035b8b123ef1e947349d7a49d0aab5 /docs/topics/db/sql.txt | |
| parent | 41895618205d2dd0f2118b93e1ee7879dffe6223 (diff) | |
Fixed #14201 - Add a "security overview" page to the docs
Thanks to davidfischer for the initial patch!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/db/sql.txt')
| -rw-r--r-- | docs/topics/db/sql.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/db/sql.txt b/docs/topics/db/sql.txt index fe7173609c..680fa5e99a 100644 --- a/docs/topics/db/sql.txt +++ b/docs/topics/db/sql.txt @@ -13,6 +13,8 @@ return model instances`__, or you can avoid the model layer entirely and __ `performing raw queries`_ __ `executing custom SQL directly`_ +.. _executing-raw-queries: + Performing raw queries ====================== @@ -190,6 +192,8 @@ parameters from the ``params`` list. __ http://en.wikipedia.org/wiki/SQL_injection +.. _executing-custom-sql: + Executing custom SQL directly ============================= |
