Hi all, Attached is a trivial patch for a typo in the testing documentation.
Regards, Matt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
Index: docs/topics/testing.txt =================================================================== --- docs/topics/testing.txt (revision 9985) +++ docs/topics/testing.txt (working copy) @@ -830,7 +830,7 @@ ``TransactionTestCase`` and ``TestCase`` are identical except for the manner in which the database is reset to a known state and the ability for test code -to test the effects of commit and rollback. A ``TranscationTestCase`` resets +to test the effects of commit and rollback. A ``TransactionTestCase`` resets the database before the test runs by truncating all tables and reloading initial data. A ``TransactionTestCase`` may call commit and rollback and observe the effects of these calls on the database.