#36324 closed Bug (invalid)
Version validating
Reported by: | Ahmed Tuzinac | Owned by: | |
---|---|---|---|
Component: | Documentation | Version: | 5.2 |
Severity: | Release blocker | Keywords: | get_version, version, bug, hotfix |
Cc: | Ahmed Tuzinac | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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'
Attachments (2)
Change History (3)
by , 5 months ago
Attachment: | Screenshot 2025-04-13 at 02.59.07.png added |
---|
by , 5 months ago
Attachment: | Screenshot 2025-04-13 at 03.05.24.png added |
---|
comment:1 by , 5 months ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Hello! Thanks for the report but ... this sounds like an issue with installing and using Django.
If you need assistance in using Django please feel free to ask for help from a friendly community member on Discord or the Django forum 👍.