﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19083	postgresql_psycopg2 backend - rename get_version to get_pg_version	toms.baugis@…	nobody	"the problem is with this function:
https://github.com/django/django/blob/master/django/db/backends/postgresql_psycopg2/version.py#L24

get_version function normally is expected to just return module version without asking for params.

tools like raven that on crashes are reporting module versions fail in the case of this module (bug filed https://github.com/getsentry/raven-python/issues/143) because the get_version here does something else and expects a connection

renaming the function to something like get_postgres_version solves the issue"	Bug	closed	Database layer (models, ORM)	dev	Normal	invalid			Unreviewed	0	0	0	0	1	0
