mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.8.x] Fixed typos in code comments.
Backport of 039465a6a7 from master
			
			
This commit is contained in:
		| @@ -772,7 +772,7 @@ class FkConstraintsTests(TransactionTestCase): | ||||
|         models.Article.objects.create(headline='Another article', | ||||
|                                       pub_date=datetime.datetime(1988, 5, 15), | ||||
|                                       reporter=self.r, reporter_proxy=r_proxy) | ||||
|         # Retreive the second article from the DB | ||||
|         # Retrieve the second article from the DB | ||||
|         a2 = models.Article.objects.get(headline='Another article') | ||||
|         a2.reporter_proxy_id = 30 | ||||
|         self.assertRaises(IntegrityError, a2.save) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user