mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fixed #31524 -- Removed minified static assets from the admin.
This commit is contained in:
		
				
					committed by
					
						 Carlton Gibson
						Carlton Gibson
					
				
			
			
				
	
			
			
			
						parent
						
							6c19c2ca51
						
					
				
				
					commit
					81ffedaacc
				
			| @@ -510,7 +510,7 @@ class TestInlineMedia(TestDataMixin, TestCase): | ||||
|                 'my_awesome_inline_scripts.js', | ||||
|                 'custom_number.js', | ||||
|                 'admin/js/jquery.init.js', | ||||
|                 'admin/js/inlines.min.js', | ||||
|                 'admin/js/inlines.js', | ||||
|             ] | ||||
|         ) | ||||
|         self.assertContains(response, 'my_awesome_inline_scripts.js') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user