Every line of 'django version check' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
241 def get_version(self): 242 """ 243 Return the Django version, which should be correct for all built-in 244 Django commands. User-supplied commands can override this method to 245 return their own version. 246 """ 247 return django.get_version()