#36324: Version validating
-------------------------------------+-------------------------------------
Reporter: Ahmed Tuzinac | Type: Bug
Status: new | Component:
| Documentation
Version: 5.2 | Severity: Release
| blocker
Keywords: get_version, | Triage Stage:
version, bug, hotfix | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
When i try to validate installed django version like in documentation
https://docs.djangoproject.com/en/5.2/intro/install/ in Verifying section
i get an error
>>> import django
>>> print(django.get_version())
Traceback (most recent call last):
File "<python-input-1>", line 1, in <module>
print(django.get_version())
^^^^^^^^^^^^^^^^^^
AttributeError: module 'django' has no attribute 'get_version'
--
Ticket URL: <
https://code.djangoproject.com/ticket/36324>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.