diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-05-27 22:28:49 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-05-27 22:28:49 +0200 |
| commit | f011b903630b3167dc960829ec8c4cb5d46c2b94 (patch) | |
| tree | d2cdf32fe154f8349e05244b06f43d1838a236a2 | |
| parent | fe53bc524b9c7cbc814868acde94226d0ba2bc84 (diff) | |
Removed an old compatibility shim added in 1.0
| -rw-r--r-- | django/core/management/__init__.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/django/core/management/__init__.py b/django/core/management/__init__.py index 634e8ae35a..4c3b0183e8 100644 --- a/django/core/management/__init__.py +++ b/django/core/management/__init__.py @@ -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): """ |
