mirror of
https://github.com/django/django.git
synced 2025-08-09 21:38:18 +00:00
[1.7.x] Various documentation typo/spelling fixes
Errors detected by Topy (https://github.com/intgr/topy), all changes
verified by hand.
Backport of 11d453bcad
from master
This commit is contained in:
parent
4499c676ef
commit
ba1728dd9b
18 changed files with 18 additions and 19 deletions
|
@ -51,7 +51,7 @@ The following is a simple unit test using the request factory::
|
|||
# Create an instance of a GET request.
|
||||
request = self.factory.get('/customer/details')
|
||||
|
||||
# Recall that middleware are not suported. You can simulate a
|
||||
# Recall that middleware are not supported. You can simulate a
|
||||
# logged-in user by setting request.user manually.
|
||||
request.user = self.user
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue