mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
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
This commit is contained in:
parent
4189561820
commit
528157ce73
6 changed files with 180 additions and 0 deletions
|
@ -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
|
||||
=============================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue