#6068: typo error in modeltests docstring
-----------------------------------------+----------------------------------
Reporter: bartuer <[EMAIL PROTECTED]> | Owner: nobody
Status: new | Component: Uncategorized
Version: SVN | Keywords: tests fixtures
user-registered management commands
Stage: Unreviewed | Has_patch: 1
-----------------------------------------+----------------------------------
in tests/modeltests, fixture and user_commands are all signed with number
37, this is a typo error.
37.Fixtures.
./fixtures/models.py
37.User-registered management commands
./user_commands/models.py
And all docstring of models.py after number 37 should be changed, they
are:
tests/modeltests/user_commands/models.py should be 38
tests/modeltests/test_client/models.py should be 39
tests/modeltests/empty/models.py should be 40
tests/modeltests/select_related/models.py should be 41
tests/modeltests/serializers/models.py should be 42
--
Ticket URL: <http://code.djangoproject.com/ticket/6068>
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
-~----------~----~----~----~------~----~------~--~---