Changeset 3916
- Timestamp:
- 10/23/06 02:59:30 (2 years ago)
- Files:
-
- django/trunk/docs/forms.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/forms.txt
r3914 r3916 580 580 Takes three parameters: ``other_field``, ``other_value`` and 581 581 ``validator_list``, in that order. If ``other_field`` has a value of 582 ``other_va ue``, then the validators in ``validator_list`` are all run582 ``other_value``, then the validators in ``validator_list`` are all run 583 583 against the current field. 584 584
