mirror of
				https://github.com/django/django.git
				synced 2025-10-28 16:16:12 +00:00 
			
		
		
		
	Fixed #19114 -- Fixed LogEntry unicode representation
Thanks niko at neagee.net for the report and Emil Stenstrom for the patch.
This commit is contained in:
		| @@ -274,6 +274,10 @@ class UtilTests(unittest.TestCase): | ||||
|             six.text_type(log_entry).startswith('Deleted ') | ||||
|         ) | ||||
|  | ||||
|         # Make sure custom action_flags works | ||||
|         log_entry.action_flag = 4 | ||||
|         self.assertEqual(six.text_type(log_entry), 'LogEntry Object') | ||||
|  | ||||
|     def test_safestring_in_field_label(self): | ||||
|         # safestring should not be escaped | ||||
|         class MyForm(forms.Form): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user