#36324 closed Bug (invalid)
Version validating
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'
Change History (3)
by , 12 days ago
Attachment: | Screenshot 2025-04-13 at 02.59.07.png added |
---|
by , 12 days ago
Attachment: | Screenshot 2025-04-13 at 03.05.24.png added |
---|
comment:1 by , 12 days 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 👍.