Changeset 8013
- Timestamp:
- 07/20/08 22:50:40 (4 months ago)
- Files:
-
- django/trunk/tests/regressiontests/forms/models.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/regressiontests/forms/models.py
r7987 r8013 4 4 from django.db import models 5 5 # Can't import as "forms" due to implementation details in the test suite (the 6 # current file is called "forms" an is already imported).6 # current file is called "forms" and is already imported). 7 7 from django import forms as django_forms 8 8
