mirror of
https://github.com/django/django.git
synced 2025-11-02 21:03:53 +00:00
Fixed #6068 -- Updated docstrings in model tests to make the documentation
examples correct. Thanks Wang Chun. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
6875fd6389
commit
a72324bf7f
5 changed files with 6 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue