Django

Code

Changeset 4818

Show
Ignore:
Timestamp:
03/25/07 13:09:43 (2 years ago)
Author:
adrian
Message:

Fixed typo in docs/django-admin.txt. Refs #3786

Files:

Legend:

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

    r4804 r4818  
    343343``<appname>/sql/<modelname>.sql``, where ``<appname>`` is the given appname and 
    344344``<modelname>`` is the model's name in lowercase. For example, if you have an 
    345 app ``news`` that includes a ``Story`` model, ``sqlinitialdata`` will attempt 
     345app ``news`` that includes a ``Story`` model, ``sqlcustom`` will attempt 
    346346to read a file ``news/sql/story.sql`` and append it to the output of this 
    347347command.