Django

Code

Changeset 4742

Show
Ignore:
Timestamp:
03/16/07 10:02:21 (2 years ago)
Author:
adrian
Message:

Fixed small typo in docs/django-admin.txt. Thanks, Cort

Files:

Legend:

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

    r4661 r4742  
    217217 
    218218The fixtures that are named can include directory components. These  
    219 directories will be inluded in the search path. For example:: 
     219directories will be included in the search path. For example:: 
    220220 
    221221    django-admin.py loaddata foo/bar/mydata.json