diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-12-17 11:11:34 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-12-17 11:11:34 +0000 |
| commit | 24cb41b8c7c547fa8cff6a6dabe91a9feb7cb082 (patch) | |
| tree | e9974313bee65856ad278461dcf90abf58c10a82 /docs | |
| parent | b53fac80525ef656dddaa0e88ade258df6f4a8b8 (diff) | |
Typo fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6938 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/django-admin.txt b/docs/django-admin.txt index 4697e54dd7..fe43f9586c 100644 --- a/docs/django-admin.txt +++ b/docs/django-admin.txt @@ -132,7 +132,7 @@ If no application name is provided, all installed applications will be dumped. The output of ``dumpdata`` can be used as input for ``loaddata``. -Note that ``dumpdata`` uses the default manager on the mdoel for selecting the +Note that ``dumpdata`` uses the default manager on the model for selecting the records to dump. If you're using a `custom manager`_ as the default manager and it filters some of the available records, not all of the objects will be dumped. |
