diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-07-01 01:00:23 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-07-01 01:00:23 +0000 |
| commit | 510e545776468ee0d546c1d57ca668a53d261ca6 (patch) | |
| tree | 0788873778e67c1a34a51a9172e3c8348989c3f8 /docs/db-api.txt | |
| parent | 3336bd5c3df4e2837bfdfdbd6cd50e185134fc11 (diff) | |
Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5571 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/db-api.txt')
| -rw-r--r-- | docs/db-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt index ab71e68774..a4b920fb33 100644 --- a/docs/db-api.txt +++ b/docs/db-api.txt @@ -1831,7 +1831,7 @@ use the default manager, or if you want to search a list of related objects, you can provide ``get_object_or_404()`` with a manager object instead. For example:: - # Get the author of blog instance `e` with a name of 'Fred' + # Get the author of blog instance e with a name of 'Fred' a = get_object_or_404(e.authors, name='Fred') # Use a custom manager 'recent_entries' in the search for an |
