django-heroku-connect icon indicating copy to clipboard operation
django-heroku-connect copied to clipboard

Django integration Salesforce using Heroku Connect.

Results 9 django-heroku-connect issues
Sort by recently updated
recently updated
newest added

I am trying to upgrade the Project to django == 5.0.1 version but django heroku connect is not supporting more than 4.2.11 Kindly update it ASAP

I need to either extend/substitute my Django app's user model a HerokuConnect model Specifically, vendors registered in Salesforce should be able to login with their vendor_code__c as username ``` #models.py...

Would be nice to have a way of loading picklist choices from salesforce (eg via SOQL). Eg a callable function, management command, celery task.

## Description Imagine you have the structure in your code/Salesforce like: ``` # salesforce/models.py class SalesforceRelatedObject(hc_models.HerokuConnectModel): sf_object_name = 'RelatedObject__c' backend_uuid = hc_models.ExternalID(sf_field_name='BackendUUID__c',) class MySalesforceObject(hc_models.HerokuConnectModel): related_object_id = hc_models.ID( sf_field_name='RelatedObject__c', unique=False, db_index=True...

bug

DRF's `ModelSerializer` has a fixed mapping for Django model fields. Our custom fields are of course not in there which means they are not identified which can lead to strange...

enhancement

See: https://help.heroku.com/sharing/0890b514-b8ae-4b9f-bc0d-90f78bb2927b

bug

We need to have a management command to deploy the Heroku Connect configuration on production. This command should be ether callable during the `release` or or compile phase of a...

enhancement

Heroku Connect does not officially support review apps... but we need it anyways ;) So lets make it happen. In his package there should be at least a note how...

enhancement

Create an example app to pull-an actual production schema to compare it with the test schema. It should include all field types. **Caveat:** Maybe add a one-click button and simple...

enhancement