mirror of
https://github.com/django/django.git
synced 2025-03-13 19:00:45 +00:00
Made BaseCommand.get_version() docstring consistent with docs.
This commit is contained in:
parent
ce737ac678
commit
9bc0c21b1c
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user