mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #23919 -- Removed most of remaining six usage
Thanks Tim Graham for the review.
This commit is contained in:
parent
7b2f2e74ad
commit
2b281cc35e
180 changed files with 421 additions and 559 deletions
|
@ -1,10 +1,11 @@
|
|||
from swappable_models.models import Article
|
||||
from io import StringIO
|
||||
|
||||
from django.contrib.auth.models import Permission
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
from django.core import management
|
||||
from django.test import TestCase, override_settings
|
||||
from django.utils.six import StringIO
|
||||
|
||||
from .models import Article
|
||||
|
||||
|
||||
class SwappableModelTests(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue