mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +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
|
@ -3,6 +3,7 @@ import json
|
|||
import os
|
||||
import re
|
||||
import unittest
|
||||
from urllib.parse import parse_qsl, urljoin, urlparse
|
||||
|
||||
from django.contrib.admin import AdminSite, ModelAdmin
|
||||
from django.contrib.admin.helpers import ACTION_CHECKBOX_NAME
|
||||
|
@ -36,7 +37,6 @@ from django.utils.deprecation import RemovedInDjango21Warning
|
|||
from django.utils.encoding import force_bytes, force_text, iri_to_uri
|
||||
from django.utils.html import escape
|
||||
from django.utils.http import urlencode
|
||||
from django.utils.six.moves.urllib.parse import parse_qsl, urljoin, urlparse
|
||||
|
||||
from . import customadmin
|
||||
from .admin import CityAdmin, site, site2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue