Author: gwilson
Date: 2007-07-15 00:11:06 -0500 (Sun, 15 Jul 2007)
New Revision: 5702
Modified:
django/trunk/docs/testing.txt
Log:
Fixed #4877 -- Fixed typo in testing documentation, patch from John Shaffer.
Modified: django/trunk/docs/testing.txt
===================================================================
--- django/trunk/docs/testing.txt 2007-07-15 05:03:28 UTC (rev 5701)
+++ django/trunk/docs/testing.txt 2007-07-15 05:11:06 UTC (rev 5702)
@@ -62,7 +62,7 @@
For example::
- from django.db import model
+ from django.db import models
class Animal(models.Model):
"""
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---