diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/db/multi-db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt index e996ddf61b..5a052d4a17 100644 --- a/docs/topics/db/multi-db.txt +++ b/docs/topics/db/multi-db.txt @@ -469,7 +469,7 @@ multiple-database support:: # Tell Django to save objects to the 'other' database. obj.save(using=self.using) - def delete_model(self, requqest, obj): + def delete_model(self, request, obj): # Tell Django to delete objects from the 'other' database obj.delete(using=self.using) |
