mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Removed u'' prefx in django/core/signing.py comment.
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							109b33f64c
						
					
				
				
					commit
					ec4c1d6717
				
			| @@ -14,7 +14,7 @@ signing.loads(s) checks the signature and returns the deserialized object. | ||||
| If the signature fails, a BadSignature exception is raised. | ||||
|  | ||||
| >>> signing.loads("ImhlbGxvIg:1QaUZC:YIye-ze3TTx7gtSv422nZA4sgmk") | ||||
| u'hello' | ||||
| 'hello' | ||||
| >>> signing.loads("ImhlbGxvIg:1QaUZC:YIye-ze3TTx7gtSv422nZA4sgmk-modified") | ||||
| ... | ||||
| BadSignature: Signature failed: ImhlbGxvIg:1QaUZC:YIye-ze3TTx7gtSv422nZA4sgmk-modified | ||||
|   | ||||
		Reference in New Issue
	
	Block a user