1
0
mirror of https://github.com/django/django.git synced 2025-10-31 01:25:32 +00:00

[1.11.x] Sorted imports per isort 4.2.9.

Backport of cde31daf88 from master
This commit is contained in:
Tim Graham
2017-06-01 13:26:37 -04:00
parent 2134090e79
commit 3cd9a4b1ea
30 changed files with 63 additions and 53 deletions

View File

@@ -1,6 +1,5 @@
from django.db import models
# Since the test database doesn't have tablespaces, it's impossible for Django
# to create the tables for models where db_tablespace is set. To avoid this
# problem, we mark the models as unmanaged, and temporarily revert them to