mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Refs #36500 -- Rewrapped long docstrings and block comments via a script.
Rewrapped long docstrings and block comments to 79 characters + newline using script from https://github.com/medmunds/autofix-w505.
This commit is contained in:
		| @@ -145,7 +145,8 @@ class AuthContextProcessorTests(TestCase): | ||||
|         # bug #12037 is tested by the {% url %} in the template: | ||||
|         self.assertContains(response, "url: /userpage/super/") | ||||
|  | ||||
|         # A Q() comparing a user and with another Q() (in an AND or OR fashion). | ||||
|         # A Q() comparing a user and with another Q() (in an AND or OR | ||||
|         # fashion). | ||||
|         Q(user=response.context["user"]) & Q(someflag=True) | ||||
|  | ||||
|         # Tests for user equality. This is hard because User defines | ||||
|   | ||||
		Reference in New Issue
	
	Block a user