mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
Backport of 4f336f6652 from master
			
			
This commit is contained in:
		| @@ -66,7 +66,7 @@ def natural_key_test(format, self): | ||||
|     self.assertEqual(books[0].object.title, book1['title']) | ||||
|     self.assertEqual(books[0].object.pk, adrian.pk) | ||||
|     self.assertEqual(books[1].object.title, book2['title']) | ||||
|     self.assertEqual(books[1].object.pk, None) | ||||
|     self.assertIsNone(books[1].object.pk) | ||||
|  | ||||
|  | ||||
| # Dynamically register tests for each serializer | ||||
|   | ||||
		Reference in New Issue
	
	Block a user