diff options
| author | Timo Graham <timograham@gmail.com> | 2011-03-29 10:25:18 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-03-29 10:25:18 +0000 |
| commit | d935b232a26a8094a92fa2c56cd8b0dc5de42f23 (patch) | |
| tree | 512b464072df85b01ed90e0c80ea4400a69f5ccc /docs | |
| parent | ce9b216882ea11bf351f222513458bc503556a91 (diff) | |
[1.2.X] Fixed #15710 - removed "that that" typos.
Backport of r15942 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@15943 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/db/multi-db.txt | 2 | ||||
| -rw-r--r-- | docs/topics/http/shortcuts.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt index 5a052d4a17..9a603b52fe 100644 --- a/docs/topics/db/multi-db.txt +++ b/docs/topics/db/multi-db.txt @@ -454,7 +454,7 @@ Exposing multiple databases in Django's admin interface Django's admin doesn't have any explicit support for multiple databases. If you want to provide an admin interface for a model on a -database other than that that specified by your router chain, you'll +database other than that specified by your router chain, you'll need to write custom :class:`~django.contrib.admin.ModelAdmin` classes that will direct the admin to use a specific database for content. diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt index cc24560295..4a0fa58c41 100644 --- a/docs/topics/http/shortcuts.txt +++ b/docs/topics/http/shortcuts.txt @@ -24,7 +24,7 @@ introduce controlled coupling for convenience's sake. :func:`render()` is the same as a call to :func:`render_to_response()` with a `context_instance` argument that - that forces the use of a :class:`~django.template.RequestContext`. + forces the use of a :class:`~django.template.RequestContext`. Required arguments ------------------ |
