mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
parent
42fef29446
commit
cf7ddc5765
2 changed files with 8 additions and 19 deletions
2
tests/cache/tests.py
vendored
2
tests/cache/tests.py
vendored
|
@ -5,7 +5,6 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
import os
|
||||
import pickle
|
||||
import re
|
||||
import shutil
|
||||
import tempfile
|
||||
|
@ -32,6 +31,7 @@ from django.utils import timezone
|
|||
from django.utils import translation
|
||||
from django.utils.cache import (patch_vary_headers, get_cache_key,
|
||||
learn_cache_key, patch_cache_control, patch_response_headers)
|
||||
from django.utils.six.moves import cPickle as pickle
|
||||
from django.utils.encoding import force_text
|
||||
from django.views.decorators.cache import cache_page
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue