Commit 9bc0c21b authored by Baptiste Mispelon's avatar Baptiste Mispelon Committed by Tim Graham
Browse files

Made BaseCommand.get_version() docstring consistent with docs.

parent ce737ac6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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()