mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Refs #23919 -- Removed misc references to Python 2.
This commit is contained in:
parent
c22212220a
commit
d170c63351
34 changed files with 40 additions and 167 deletions
|
@ -1,7 +1,6 @@
|
|||
from django.db.models import F, IntegerField, Value
|
||||
from django.db.utils import DatabaseError
|
||||
from django.test import TestCase, skipIfDBFeature, skipUnlessDBFeature
|
||||
from django.utils.six.moves import range
|
||||
|
||||
from .models import Number, ReservedName
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue