Opened 12 days ago

Closed 12 days ago

Last modified 12 days 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'

Change History (3)

by Ahmed Tuzinac, 12 days ago

by Ahmed Tuzinac, 12 days ago

comment:1 by ontowhee, 12 days 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 👍.

Last edited 12 days ago by ontowhee (previous) (diff)
Note: See TracTickets for help on using tickets.
Back to Top