﻿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
27282	port cant be integer with oracle backend	Zapelini	nobody	"if you set the PORT to be an integer with the oracle backend you will get an exception because it calls strip on the value:

https://github.com/django/django/blob/master/django/db/backends/oracle/base.py#L194

note that the other backends do not do this, so either an integer or string value will do just fine.

https://github.com/django/django/blob/master/django/db/backends/postgresql/base.py#L165

The fix ix simple: just remove the .strip() call from line 194
"	Bug	closed	Database layer (models, ORM)	1.10	Normal	fixed	port		Ready for checkin	1	0	0	0	0	0
