mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +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,4 +1,5 @@
|
|||
from datetime import datetime
|
||||
from io import StringIO
|
||||
|
||||
from django.core import serializers
|
||||
from django.core.serializers import SerializerDoesNotExist
|
||||
|
|
@ -10,7 +11,6 @@ from django.test import (
|
|||
)
|
||||
from django.test.utils import Approximate
|
||||
from django.utils.functional import curry
|
||||
from django.utils.six import StringIO
|
||||
|
||||
from .models import (
|
||||
Actor, Article, Author, AuthorProfile, BaseModel, Category, ComplexModel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue