Bug #84409 Bugfix for incorrect Django introspection type. (contribution)
Submitted: 4 Jan 2017 18:36 Modified: 27 Mar 2017 14:56
Reporter: OCA Admin (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / Python Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[4 Jan 2017 18:36] OCA Admin
Description:
This bug tracks a contribution by Brian Tyndall (Github user: Tyndie) as described in http://github.com/mysql/mysql-connector-python/pull/32

How to repeat:
See description

Suggested fix:
See contribution code attached
[4 Jan 2017 18:36] OCA Admin
Contribution submitted via Github - Bugfix for incorrect Django introspection type. 
(*) Contribution by Brian Tyndall (Github Tyndie, mysql-connector-python/pull/32#issuecomment-270357385): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Contribution: git_patch_99950002.txt (text/plain), 1.29 KiB.

[5 Jan 2017 6:19] Chiranjeevi Battula
Hello Brian Tyndall,

Thank you for the report and contribution.

Thanks,
Chiranjeevi.
[27 Mar 2017 14:56] Paul DuBois
Posted by developer:
 
Noted in 2.1.6 changelog.

Extra encapsulation was removed from the get_constraints method for
the foreign_key parameter. Thanks to Brian Tyndall for the patch.