#6068: typo error in modeltests docstring
------------------------------------------------------------------+---------
   Reporter:  bartuer <[EMAIL PROTECTED]>                        |              
  Owner:  anonymous    
     Status:  assigned                                            |            
Component:  Uncategorized
    Version:  SVN                                                 |           
Resolution:               
   Keywords:  tests fixtures user-registered management commands  |             
   Stage:  Unreviewed   
  Has_patch:  1                                                   |           
Needs_docs:  0            
Needs_tests:  0                                                   |   
Needs_better_patch:  0            
------------------------------------------------------------------+---------
Changes (by bartuer <[EMAIL PROTECTED]>):

  * owner:  nobody => anonymous
  * needs_better_patch:  => 0
  * status:  new => assigned
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 after upload my patch, find the patch has nothing! so I paste it here:

 Index: tests/modeltests/select_related/models.py
 ===================================================================
 --- tests/modeltests/select_related/models.py   (revision 6782)
 +++ tests/modeltests/select_related/models.py   (working copy)
 @@ -1,5 +1,5 @@
  """
 -40. Tests for select_related()
 +41. Tests for select_related()

  ``select_related()`` follows all relationships and pre-caches any foreign
 key
  values so that complex trees can be fetched in a single query. However,
 this
 Index: tests/modeltests/empty/models.py
 ===================================================================
 --- tests/modeltests/empty/models.py    (revision 6782)
 +++ tests/modeltests/empty/models.py    (working copy)
 @@ -1,5 +1,5 @@
  """
 -39. Empty model tests
 +40. Empty model tests

  These test that things behave sensibly for the rare corner-case of a
 model with
  no fields.
 Index: tests/modeltests/serializers/models.py
 ===================================================================
 --- tests/modeltests/serializers/models.py      (revision 6782)
 +++ tests/modeltests/serializers/models.py      (working copy)
 @@ -1,6 +1,6 @@
  # -*- coding: utf-8 -*-
  """
 -41. Serialization
 +42. Serialization

  ``django.core.serializers`` provides interfaces to converting Django
 querysets
  to and from "flat" data (i.e. strings).
 Index: tests/modeltests/user_commands/models.py
 ===================================================================
 --- tests/modeltests/user_commands/models.py    (revision 6782)
 +++ tests/modeltests/user_commands/models.py    (working copy)
 @@ -1,5 +1,5 @@
  """
 -37. User-registered management commands
 +38. User-registered management commands

  The manage.py utility provides a number of useful commands for managing a
  Django project. If you want to add a utility command of your own, you
 can.
 @@ -27,4 +27,4 @@
  CommandError: Unknown command: 'explode'


 -"""}
 \ No newline at end of file
 +"""}
 Index: tests/modeltests/test_client/models.py
 ===================================================================
 --- tests/modeltests/test_client/models.py      (revision 6782)
 +++ tests/modeltests/test_client/models.py      (working copy)
 @@ -1,6 +1,6 @@
  # coding: utf-8
  """
 -38. Testing using the Test Client
 +39. Testing using the Test Client

  The test client is a class that can act like a simple
  browser for testing purposes.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/6068#comment:1>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to