Changeset 3103
- Timestamp:
- 06/07/06 04:19:43 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/modeltests/invalid_models/models.py
r3028 r3103 75 75 invalid_models.fielderrors: "filefield": FileFields require an "upload_to" attribute. 76 76 invalid_models.fielderrors: "prepopulate": prepopulate_from should be a list or tuple. 77 invalid_models.fielderrors: "choices": "choices" should be either a tuple or list.77 invalid_models.fielderrors: "choices": "choices" should be iterable (e.g., a tuple or list). 78 78 invalid_models.fielderrors: "choices2": "choices" should be a sequence of two-tuples. 79 79 invalid_models.fielderrors: "choices2": "choices" should be a sequence of two-tuples.
