summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrdodev <ruben.orduz@infotechfl.com>2012-02-15 15:34:47 -0500
committerrdodev <ruben.orduz@infotechfl.com>2012-02-15 15:34:47 -0500
commita03af102d7dedeae48eed7f08625d2682e639e64 (patch)
treeeb4a56c6e979ffa41cf3f2c1c2981dc06925e4fa
parent850ae784b8a9191048a73c288527d5fd2452efb6 (diff)
downloadboto-a03af102d7dedeae48eed7f08625d2682e639e64.tar.gz
DynamoDB delete_table warning
-rw-r--r--docs/source/dynamodb_tut.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/dynamodb_tut.rst b/docs/source/dynamodb_tut.rst
index 9f5e2412..c49256f2 100644
--- a/docs/source/dynamodb_tut.rst
+++ b/docs/source/dynamodb_tut.rst
@@ -224,6 +224,10 @@ To delete items, use the
Deleting Tables
---------------
+
+.. WARNING::
+ Deleting a table will also **permanently** delete all of its contents. Use carefully.
+
There are two easy ways to delete a table. Through your top-level
:py:class:`Layer2 <boto.dynamodb.layer2.Layer2>` object::