Django

Code

Show
Ignore:
Timestamp:
12/17/07 05:11:34 (1 year ago)
Author:
mtredinnick
Message:

Typo fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/django-admin.txt

    r6932 r6938  
    133133The output of ``dumpdata`` can be used as input for ``loaddata``. 
    134134 
    135 Note that ``dumpdata`` uses the default manager on the mdoel for selecting the 
     135Note that ``dumpdata`` uses the default manager on the model for selecting the 
    136136records to dump. If you're using a `custom manager`_ as the default manager 
    137137and it filters some of the available records, not all of the objects will be