mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.7.x] Fixed several typos in Django
Backport of 1dcc603eff from master
			
			
This commit is contained in:
		| @@ -1155,7 +1155,7 @@ class ModelFormsetTest(TestCase): | ||||
|  | ||||
|     def test_inlineformset_factory_with_null_fk(self): | ||||
|         # inlineformset_factory tests with fk having null=True. see #9462. | ||||
|         # create some data that will exbit the issue | ||||
|         # create some data that will exhibit the issue | ||||
|         team = Team.objects.create(name="Red Vipers") | ||||
|         Player(name="Timmy").save() | ||||
|         Player(name="Bobby", team=team).save() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user