Django

Code

Changeset 6632

Show
Ignore:
Timestamp:
10/30/07 18:00:57 (1 year ago)
Author:
gwilson
Message:

Fixed #5832 -- Removed unneeded import in testing documentation, thanks Thomas Güttler.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/testing.txt

    r6260 r6632  
    722722 
    723723    from django.test import TestCase 
    724     from django.test.client import Client 
    725724 
    726725    class SimpleTest(TestCase):