Django

Code

Changeset 8013

Show
Ignore:
Timestamp:
07/20/08 22:50:40 (4 months ago)
Author:
gwilson
Message:

Corrected typo.

Files:

Legend:

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

    r7987 r8013  
    44from django.db import models 
    55# 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). 
    77from django import forms as django_forms 
    88