.coveragerc
.editorconfig
.travis.yml
AUTHORS.md
CHANGELOG.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.md
MANIFEST.in
README.rst
coverage_run.sh
manage.py
mypy.ini
pylint.sh
pylintrc
requirements.txt
setup.cfg
setup.py
tox.ini
.github/FUNDING.yml
.github/workflows/main.yml
django_salesforce.egg-info/PKG-INFO
django_salesforce.egg-info/SOURCES.txt
django_salesforce.egg-info/dependency_links.txt
django_salesforce.egg-info/not-zip-safe
django_salesforce.egg-info/requires.txt
django_salesforce.egg-info/top_level.txt
docs/details.rst
salesforce/__init__.py
salesforce/admin.py
salesforce/apps.py
salesforce/auth.py
salesforce/defaults.py
salesforce/fields.py
salesforce/models.py
salesforce/models_extend.py
salesforce/models_template.py
salesforce/router.py
salesforce/utils.py
salesforce/backend/__init__.py
salesforce/backend/base.py
salesforce/backend/client.py
salesforce/backend/compiler.py
salesforce/backend/creation.py
salesforce/backend/features.py
salesforce/backend/indep.py
salesforce/backend/introspection.py
salesforce/backend/manager.py
salesforce/backend/models_lookups.py
salesforce/backend/models_sql_query.py
salesforce/backend/operations.py
salesforce/backend/query.py
salesforce/backend/schema.py
salesforce/backend/test_helpers.py
salesforce/backend/utils.py
salesforce/backend/validation.py
salesforce/dbapi/__init__.py
salesforce/dbapi/common.py
salesforce/dbapi/driver.py
salesforce/dbapi/exceptions.py
salesforce/dbapi/subselect.py
salesforce/dbapi/test_helpers.py
salesforce/management/__init__.py
salesforce/management/commands/__init__.py
salesforce/management/commands/inspectdb.py
salesforce/testrunner/__init__.py
salesforce/testrunner/local_settings.py.sample
salesforce/testrunner/settings.py
salesforce/testrunner/test_patch.diff
salesforce/testrunner/urls.py
salesforce/testrunner/example/__init__.py
salesforce/testrunner/example/admin.py
salesforce/testrunner/example/forms.py
salesforce/testrunner/example/models.py
salesforce/testrunner/example/models_template.py
salesforce/testrunner/example/tests.py
salesforce/testrunner/example/universal_admin.py
salesforce/testrunner/example/urls.py
salesforce/testrunner/example/views.py
salesforce/testrunner/example/templates/list-accounts.html
salesforce/testrunner/example/templates/search-accounts.html
salesforce/tests/__init__.py
salesforce/tests/test_auth.py
salesforce/tests/test_basic.py
salesforce/tests/test_browser.py
salesforce/tests/test_bulk.py
salesforce/tests/test_doc_tests.py
salesforce/tests/test_indep.py
salesforce/tests/test_integration.py
salesforce/tests/test_unit.py
salesforce/tests/test_utils.py
salesforce/tests/unit_tests/__init__.py
salesforce/tests/unit_tests/test_qparser.py
tests/__init__.py
tests/clean_test_data.py
tests/mypy.sh
tests/no_urls.py
tests/tests.sh
tests/tests_no_django.sh
tests/inspectdb/__init__.py
tests/inspectdb/admin.py
tests/inspectdb/settings.py
tests/inspectdb/slow_test.py
tests/inspectdb/test.sh
tests/inspectdb/tests.py
tests/inspectdb/urls.py
tests/inspectdb/dependent_model/__init__.py
tests/inspectdb/dependent_model/models.py
tests/inspectdb/dependent_model/settings.py
tests/inspectdb/dependent_model/test.py
tests/no_django_dbapi/__init__.py
tests/no_django_dbapi/settings.py
tests/no_django_dbapi/test.py
tests/no_django_dbapi/test.sh
tests/no_salesforce/__init__.py
tests/no_salesforce/models.py
tests/no_salesforce/settings.py
tests/no_salesforce/tests.py
tests/t_debug_toolbar/__init__.py
tests/t_debug_toolbar/models.py
tests/t_debug_toolbar/settings.py
tests/t_debug_toolbar/test.sh
tests/t_debug_toolbar/tests.py
tests/t_debug_toolbar/urls.py
tests/t_debug_toolbar/views.py
tests/test_app_label/__init__.py
tests/test_app_label/settings.py
tests/test_app_label/test.sh
tests/test_app_label/salesforce/__init__.py
tests/test_app_label/salesforce/apps.py
tests/test_app_label/salesforce/models.py
tests/test_app_label/salesforce/tests.py
tests/test_compatibility/__init__.py
tests/test_compatibility/models.py
tests/test_compatibility/settings.py
tests/test_compatibility/test.sh
tests/test_compatibility/tests.py
tests/test_default_db/__init__.py
tests/test_default_db/models.py
tests/test_default_db/settings.py
tests/test_default_db/test.sh
tests/test_default_db/tests.py
tests/test_dynamic_auth/__init__.py
tests/test_dynamic_auth/models.py
tests/test_dynamic_auth/settings.py
tests/test_dynamic_auth/test.sh
tests/test_dynamic_auth/tests.py
tests/test_general/__init__.py
tests/test_general/settings.py
tests/test_general/test.sh
tests/test_general/test_helpers.py
tests/test_lazy_connect/__init__.py
tests/test_lazy_connect/models.py
tests/test_lazy_connect/settings.py
tests/test_lazy_connect/test.sh
tests/test_lazy_connect/tests.py
tests/test_managers/__init__.py
tests/test_managers/models.py
tests/test_managers/settings.py
tests/test_managers/test.sh
tests/test_managers/tests.py
tests/test_migrate/__init__.py
tests/test_migrate/models.py
tests/test_migrate/settings.py
tests/test_migrate/test.sh
tests/test_migrate/tests.py
tests/test_mixin/__init__.py
tests/test_mixin/models.py
tests/test_mixin/settings.py
tests/test_mixin/test.sh
tests/test_mixin/tests.py
tests/test_mock/__init__.py
tests/test_mock/mocksf.py
tests/test_mock/settings.py
tests/test_mock/test_data.py
tests/test_mock/test_mocksf.py
tests/test_mock2/__init__.py
tests/test_mock2/models.py
tests/test_mock2/mypy.ini
tests/test_mock2/settings.py
tests/test_mock2/test.sh
tests/test_mock2/test_rec.py
tests/test_mock2/migrations/0001_initial.py
tests/test_mock2/migrations/__init__.py
tests/tooling/__init__.py
tests/tooling/admin.py
tests/tooling/settings.py
tests/tooling/slow_test.py
tests/tooling/test.sh
tests/tooling/tests.py
tests/tooling/urls.py
wiki/Documents-and-Attachments.md
wiki/Empty-strings-in-filters.md
wiki/Error-messages.md
wiki/Experimental-Features.rest
wiki/Foreign-Key-Support.rest
wiki/Home.md
wiki/Introspection-and-Special-Attributes-of-Fields.rest
wiki/Lead-Conversion.rest
wiki/Release-Process.md
wiki/SalesforceModels-used-with-local-databases.md