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:
Luke Plant 2011-06-10 15:14:36 +00:00
parent 4189561820
commit 528157ce73
6 changed files with 180 additions and 0 deletions

View file

@ -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
=============================