Skip to content

Commit f0bc917

Browse files
authored
chore(docs): remove default region reference in docs (#1267)
This removes the reference to the default region being us-east-1 if not specified in the Model's Meta class. This is no longer true as of version 6.0.0.
1 parent 3a5ee14 commit f0bc917

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/quickstart.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ Let's create a simple model to describe users.
2626

2727
Models are backed by DynamoDB tables. In this example, the model has a hash key attribute
2828
that stores the user's email address. Any attribute can be set as a hash key by including the argument
29-
`hash_key=True`. The `region` attribute is not required, and will default to `us-east-1` if not provided.
29+
`hash_key=True`. The `region` attribute is not required and, if omitted, the default
30+
`boto configuration search behavior
31+
<https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html>`_
32+
will be used to determine the region.
3033

3134
PynamoDB allows you to create the table:
3235

0 commit comments

Comments
 (0)