Commit f011b903 authored by Claude Paroz's avatar Claude Paroz
Browse files

Removed an old compatibility shim added in 1.0

parent fe53bc52
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -13,9 +13,6 @@ from django.core.management.color import color_style
from django.utils import lru_cache
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):
    """