mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Corrected some typos from r14673.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15712 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
93cd8442fc
commit
03717325dd
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue