Kaydet (Commit) 42ac1380 authored tarafından Simon Charette's avatar Simon Charette

Fixed a deprecation warning introduced by 96dd48c8.

üst 936dbaf1
import re
import importlib
import os
import re
import sys
from django.utils import datetime_safe, importlib
from django.utils.six.moves import input
from django.db.migrations import operations
from django.db.migrations.migration import Migration
from django.db.models.loading import cache
from django.utils import datetime_safe
from django.utils.six.moves import input
class MigrationAutodetector(object):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment