Bug #92001 Django MySQL Python Connector returns None when Default In
Submitted: 13 Aug 2018 23:09 Modified: 28 Mar 2021 2:56
Reporter: Ciaran O'Sullivan Email Updates:
Status: No Feedback Impact on me:
None 
Category:Connector / Python Severity:S2 (Serious)
Version:8.0.12 OS:Any
Assigned to: CPU Architecture:Any
Tags: Django, MySql Connector, python

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[13 Aug 2018 23:16] Ciaran O'Sullivan
Example of not using 'use_pure':True

Attachment: 2018-08-14 00_16_06-127.0.0.1_8000_polls_1_results_.png (image/png, text), 24.32 KiB.

[13 Aug 2018 23:17] Ciaran O'Sullivan
Example of using 'use_pure':True

Attachment: 2018-08-14 00_17_11-127.0.0.1_8000_polls_1_results_.png (image/png, text), 22.84 KiB.