summaryrefslogtreecommitdiff
path: root/django/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/__init__.py')
-rw-r--r--django/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/__init__.py b/django/__init__.py
index b8077e17fa..5b4034bfed 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,5 +1,6 @@
VERSION = (1, 7, 0, 'alpha', 0)
+
def get_version(*args, **kwargs):
# Don't litter django/__init__.py with all the get_version stuff.
# Only import if it's actually called.