mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fixed #25746 -- Isolated inlined test models registration.
Thanks to Tim for the review.
This commit is contained in:
		| @@ -1,7 +1,9 @@ | ||||
| from django.db import models | ||||
| from django.test import SimpleTestCase | ||||
| from django.test.utils import isolate_apps | ||||
|  | ||||
|  | ||||
| @isolate_apps('absolute_url_overrides') | ||||
| class AbsoluteUrlOverrideTests(SimpleTestCase): | ||||
|  | ||||
|     def test_get_absolute_url(self): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user