Updates to test suite
This commit is contained in:
		| @@ -307,4 +307,7 @@ class QTest(unittest.TestCase): | ||||
|         self.assertEqual(1, User.objects.filter( | ||||
|                                 Q(email='example@example.com') | | ||||
|                                 Q(name='John Doe') | ||||
|                                 ).limit(2).filter(pk=pk).count()) | ||||
|                                 ).limit(2).filter(pk=pk).count()) | ||||
|  | ||||
| if __name__ == '__main__': | ||||
|     unittest.main() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user