mirror of
https://github.com/django/django.git
synced 2025-11-24 21:00:12 +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,5 +1,6 @@
|
|||
import datetime
|
||||
import pickle
|
||||
from io import StringIO
|
||||
from operator import attrgetter
|
||||
|
||||
from django.contrib.auth.models import User
|
||||
|
|
@ -9,7 +10,6 @@ from django.db import DEFAULT_DB_ALIAS, connections, router, transaction
|
|||
from django.db.models import signals
|
||||
from django.db.utils import ConnectionRouter
|
||||
from django.test import SimpleTestCase, TestCase, override_settings
|
||||
from django.utils.six import StringIO
|
||||
|
||||
from .models import Book, Person, Pet, Review, UserProfile
|
||||
from .routers import AuthRouter, TestRouter, WriteRouter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue