File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
+ - remove reference to vendored library ``django.utils.six `` in favor of ``six `` (gh-526)
5
+
4
6
2.7.0 (2019-01-16)
5
7
------------------
6
8
- Add support for ``using `` chained manager method and save/delete keyword argument (gh-507)
Original file line number Diff line number Diff line change 2
2
3
3
import copy
4
4
import importlib
5
+ import six
5
6
import threading
6
7
import uuid
7
8
import warnings
15
16
from django .db .models import Q
16
17
from django .db .models .fields .proxy import OrderWrt
17
18
from django .urls import reverse
18
- from django .utils import six
19
19
from django .utils .encoding import python_2_unicode_compatible , smart_text
20
20
from django .utils .text import format_lazy
21
21
from django .utils .timezone import now
You can’t perform that action at this time.
0 commit comments