Author: jacob
Date: 2007-01-10 13:55:44 -0600 (Wed, 10 Jan 2007)
New Revision: 4301
Modified:
django/trunk/docs/testing.txt
Log:
Fixed #3277 - fixed a couple of typoes in docs/testing.txt. Thanks, Jeremy.
Modified: django/trunk/docs/testing.txt
===================================================================
--- django/trunk/docs/testing.txt 2007-01-09 05:49:47 UTC (rev 4300)
+++ django/trunk/docs/testing.txt 2007-01-10 19:55:44 UTC (rev 4301)
@@ -220,7 +220,7 @@
will result in the evaluation of a GET request equivalent to::
- http://yoursite.com/customers/details/?name='fred'&age=7
+ http://yoursite.com/customers/details/?name=fred&age=7
``post(path, data={})``
Make a POST request on the provided ``path``. The key-value pairs in the
@@ -415,7 +415,7 @@
tested. This is the same format returned by ``django.db.models.get_apps()``
Verbosity determines the amount of notification and debug information that
- will be printed to the console; '0' is no output, '1' is normal output,
+ will be printed to the console; `0` is no output, `1` is normal output,
and `2` is verbose output.
Testing utilities
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---