mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +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 @@
|
|||
import json
|
||||
from urllib.parse import urlencode
|
||||
|
||||
from django.conf import settings
|
||||
from django.contrib.auth.decorators import login_required
|
||||
|
@ -8,7 +9,6 @@ from django.shortcuts import render
|
|||
from django.template.loader import render_to_string
|
||||
from django.test import Client
|
||||
from django.test.client import CONTENT_TYPE_RE
|
||||
from django.utils.six.moves.urllib.parse import urlencode
|
||||
|
||||
|
||||
class CustomTestException(Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue