Opened 5 months ago

Closed 5 months ago

Last modified 5 months ago

#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)

Screenshot 2025-04-13 at 02.59.07.png (81.4 KB ) - added by Ahmed Tuzinac 5 months ago.
Screenshot 2025-04-13 at 03.05.24.png (226.2 KB ) - added by Ahmed Tuzinac 5 months ago.

Download all attachments as: .zip

Change History (3)

by Ahmed Tuzinac, 5 months ago

by Ahmed Tuzinac, 5 months ago

comment:1 by ontowhee, 5 months ago

Resolution: invalid
Status: newclosed

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 👍.

Version 0, edited 5 months ago by ontowhee (next)
Note: See TracTickets for help on using tickets.
Back to Top