Changeset 6938 for django/trunk/docs/django-admin.txt
- Timestamp:
- 12/17/07 05:11:34 (1 year ago)
- Files:
-
- django/trunk/docs/django-admin.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/django-admin.txt
r6932 r6938 133 133 The output of ``dumpdata`` can be used as input for ``loaddata``. 134 134 135 Note that ``dumpdata`` uses the default manager on the m doel for selecting the135 Note that ``dumpdata`` uses the default manager on the model for selecting the 136 136 records to dump. If you're using a `custom manager`_ as the default manager 137 137 and it filters some of the available records, not all of the objects will be
