diff --git a/django/core/management/base.py b/django/core/management/base.py index f77add2085..b2c5815516 100644 --- a/django/core/management/base.py +++ b/django/core/management/base.py @@ -212,9 +212,9 @@ class BaseCommand(object): def get_version(self): """ - Return the Django version, which should be correct for all - built-in Django commands. User-supplied commands should - override this method. + Return the Django version, which should be correct for all built-in + Django commands. User-supplied commands can override this method to + return their own version. """ return django.get_version()