From 03717325dddee2d30d1a59952229827af021fceb Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 3 Mar 2011 00:24:41 +0000 Subject: Corrected some typos from r14673. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15712 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/db/multi-db.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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) -- cgit v1.3