Kaydet (Commit) 9bc0c21b authored tarafından Baptiste Mispelon's avatar Baptiste Mispelon Kaydeden (comit) Tim Graham

Made BaseCommand.get_version() docstring consistent with docs.

üst ce737ac6
...@@ -212,9 +212,9 @@ class BaseCommand(object): ...@@ -212,9 +212,9 @@ class BaseCommand(object):
def get_version(self): def get_version(self):
""" """
Return the Django version, which should be correct for all Return the Django version, which should be correct for all built-in
built-in Django commands. User-supplied commands should Django commands. User-supplied commands can override this method to
override this method. return their own version.
""" """
return django.get_version() return django.get_version()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment