Django

Code

Changeset 3916

Show
Ignore:
Timestamp:
10/23/06 02:59:30 (2 years ago)
Author:
mtredinnick
Message:

Fixed #2941 -- Fixed a typo pointed out by jeff@nokrev.com.

Files:

Legend:

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

    r3914 r3916  
    580580    Takes three parameters: ``other_field``, ``other_value`` and 
    581581    ``validator_list``, in that order. If ``other_field`` has a value of 
    582     ``other_vaue``, then the validators in ``validator_list`` are all run 
     582    ``other_value``, then the validators in ``validator_list`` are all run 
    583583    against the current field. 
    584584