Changeset 440 for elixir

Show
Ignore:
Timestamp:
01/02/09 14:56:26 (3 years ago)
Author:
cleverdevil
Message:

Fixing the docstring for the encrypted extension.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/elixir/ext/encrypted.py

    r408 r440  
    1919        password = Field(Unicode) 
    2020        ssn = Field(Unicode) 
    21         acts_as_encrypted(for_columns=['password', 'ssn'], 
     21        acts_as_encrypted(for_fields=['password', 'ssn'], 
    2222                          with_secret='secret') 
    2323