Changeset 5699
- Timestamp:
- 07/14/07 12:04:30 (1 year ago)
- Files:
-
- django/trunk/django/test/client.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/test/client.py
r5677 r5699 226 226 227 227 Returns True if login is possible; False if the provided credentials 228 are incorrect, or the user is inactive, or if the Sessions framework is228 are incorrect, or the user is inactive, or if the sessions framework is 229 229 not available. 230 230 """
