Changeset 437 for elixir/trunk

Show
Ignore:
Timestamp:
12/19/08 15:46:01 (3 years ago)
Author:
ged
Message:

fixed shortnames documentation, doh!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/elixir/options.py

    r421 r437  
    8383| ``shortnames``      | Specify whether or not the automatically generated    | 
    8484|                     | table names include the full module-path              | 
    85 |                     | to the entity. Defaults to ``True``.                  | 
     85|                     | to the entity. If ``shortnames`` is ``True``, only    | 
     86|                     | the entity name is used. Defaults to ``False``.       | 
    8687+---------------------+-------------------------------------------------------+ 
    8788| ``auto_primarykey`` | If given as string, it will represent the             |