mirror of
https://github.com/Hopiu/django.git
synced 2026-05-17 12:01:06 +00:00
Removed an old compatibility shim added in 1.0
This commit is contained in:
parent
fe53bc524b
commit
f011b90363
1 changed files with 0 additions and 3 deletions
|
|
@ -13,9 +13,6 @@ from django.core.management.color import color_style
|
||||||
from django.utils import lru_cache
|
from django.utils import lru_cache
|
||||||
from django.utils import six
|
from django.utils import six
|
||||||
|
|
||||||
# For backwards compatibility: get_version() used to be in this module.
|
|
||||||
from django import get_version
|
|
||||||
|
|
||||||
|
|
||||||
def find_commands(management_dir):
|
def find_commands(management_dir):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue