mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Avoided counting attributes and methods in docs.
This commit is contained in:
parent
b13d920b7b
commit
ad6bb20557
8 changed files with 37 additions and 49 deletions
|
@ -586,8 +586,8 @@ Expiration policies for these cookies are not followed. If you want a cookie
|
|||
to expire, either delete it manually or create a new ``Client`` instance (which
|
||||
will effectively delete all cookies).
|
||||
|
||||
A test client has two attributes that store persistent state information. You
|
||||
can access these properties as part of a test condition.
|
||||
A test client has attributes that store persistent state information. You can
|
||||
access these properties as part of a test condition.
|
||||
|
||||
.. attribute:: Client.cookies
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue