Django

Code

Changeset 6885

Show
Ignore:
Timestamp:
12/04/07 11:14:32 (1 year ago)
Author:
jacob
Message:

Fixed #6122: Fixed tests broken by [6872]. Thanks, Matt.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/regressiontests/maxlength/tests.py

    r5876 r6885  
    2323Traceback (most recent call last): 
    2424... 
    25 TypeError: field can not take both the max_length argument and the legacy maxlength argument. 
     25TypeError: Field cannot take both the max_length argument and the legacy maxlength argument. 
    2626 
    2727>>> legacy_maxlength(0, 10) 
    2828Traceback (most recent call last): 
    2929... 
    30 TypeError: field can not take both the max_length argument and the legacy maxlength argument. 
     30TypeError: Field cannot take both the max_length argument and the legacy maxlength argument. 
    3131 
    3232>>> legacy_maxlength(0, None) 
     
    4949Traceback (most recent call last): 
    5050    ... 
    51 TypeError: field can not take both the max_length argument and the legacy maxlength argument. 
     51TypeError: Field cannot take both the max_length argument and the legacy maxlength argument. 
    5252 
    5353# Test max_length