Django

Code

Changeset 3103

Show
Ignore:
Timestamp:
06/07/06 04:19:43 (2 years ago)
Author:
mtredinnick
Message:

Fix test output as a result of the change in r3094.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/modeltests/invalid_models/models.py

    r3028 r3103  
    7575invalid_models.fielderrors: "filefield": FileFields require an "upload_to" attribute. 
    7676invalid_models.fielderrors: "prepopulate": prepopulate_from should be a list or tuple. 
    77 invalid_models.fielderrors: "choices": "choices" should be either a tuple or list
     77invalid_models.fielderrors: "choices": "choices" should be iterable (e.g., a tuple or list)
    7878invalid_models.fielderrors: "choices2": "choices" should be a sequence of two-tuples. 
    7979invalid_models.fielderrors: "choices2": "choices" should be a sequence of two-tuples.