[PATCH] Trivial typo in testing documentation

2009-03-07 Thread Matt Doran
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.


Re: [PATCH] Trivial typo in testing documentation

2009-03-07 Thread Matt Doran
Thanks Malcom.

Will do.  I saw the patch contribution guidelines, but wasn't sure if a
ticket was required for such a trivial patch.

Matt

On Sun, Mar 8, 2009 at 2:54 PM, Malcolm Tredinnick  wrote:

>
> On Sun, 2009-03-08 at 14:19 +1100, Matt Doran wrote:
> > Hi all,
> >
> > Attached is a trivial patch for a typo in the testing documentation.
>
> Thanks for this. Best place to file patches is in the ticket tracking
> system so that they don't get forgotten.
>
> http://code.djangoproject.com/simpleticket
>
> (Create an account first so that you don't inadvertently get rejected as
> a spammer, which is a problem we have there.)
>
> Regards,
> Malcolm
>
>
>
> >
>

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: [PATCH] Trivial typo in testing documentation

2009-03-07 Thread Matt Doran
Done.

http://code.djangoproject.com/ticket/10433

On Sun, Mar 8, 2009 at 3:20 PM, Matt Doran  wrote:

> Thanks Malcom.
>
> Will do.  I saw the patch contribution guidelines, but wasn't sure if a
> ticket was required for such a trivial patch.
>
> Matt
>
>
> On Sun, Mar 8, 2009 at 2:54 PM, Malcolm Tredinnick <
> malc...@pointy-stick.com> wrote:
>
>>
>> On Sun, 2009-03-08 at 14:19 +1100, Matt Doran wrote:
>> > Hi all,
>> >
>> > Attached is a trivial patch for a typo in the testing documentation.
>>
>> Thanks for this. Best place to file patches is in the ticket tracking
>> system so that they don't get forgotten.
>>
>> http://code.djangoproject.com/simpleticket
>>
>> (Create an account first so that you don't inadvertently get rejected as
>> a spammer, which is a problem we have there.)
>>
>> Regards,
>> Malcolm
>>
>>
>>
>> >>
>>
>

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---