﻿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
20879	BinaryField doesn't work with Oracle on Python3	Sławek Ehlert	nobody	"I made a repo as a showcase of this bug https://bitbucket.org/slafs/test-django-binaryfield-oracle-py3

The test case in this repo is taken from Django testsuite.

The exception i'm getting is this:
{{{
django.utils.encoding.DjangoUnicodeDecodeError: 'utf-8' codec can't decode byte 0xfe in position 2: invalid start byte. You passed in b'\x00F\xfe' (<class 'bytes'>)
}}}

The problem is with handling Oracle params in `django.db.backends.oracle.base.OracleParam` class. I think I may have a solution on this.
"	Bug	closed	Database layer (models, ORM)	1.6-beta-1	Normal	fixed	BinaryField Oracle Python3	shai@…	Accepted	0	0	0	0	0	0
