Hynek Cernoch
Hynek Cernoch
(Style: Suggestion / Objection) 1. *Suggestion*: Extend the setting `DATABASES['salesforce']['TEST']` so that a local test database can be configured here. *Objection*: It is recommended to configure a sandbox as a...
Fix #302
A simple unit test for the issue is written. Maybe @gredondogc prepares some simple test model and data and I write an integration test with that data.
Salesforce has a recent plan to make deprecated and retire some old API version. [Salesforce Platform API Versions 7.0 through 20.0](https://help.salesforce.com/articleView?id=000351312&type=1&mode=1) June 1, 2021 / 2022 [Salesforce Platform API Versions...
Command **migrate** can create, update, rename and delete custom models and custom fields in Salesforce databases. It is now only in the branch [django-salesforce/migrations](https://github.com/django-salesforce/django-salesforce/tree/migrations). Some information on that branch is...
If a conflict occurs in any object used in `bulk_create(objs)` then no primary key is assigned to other valid objects, even that these objects have been created. The same problem...
Some type of CID fonts with "Identity" cmap is problematic and nothing is extracted. An example is http://stackoverflow.com/questions/43832499/pdfminer-empty-output I fixed it. The simple test file is taken from question http://stackoverflow.com/questions/38119176/itextsharp-font-widths-definition-not-correctly-loaded...