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):
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()
......
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