django-psdb-engine icon indicating copy to clipboard operation
django-psdb-engine copied to clipboard

PlanetScale Database Engine for Django

Results 5 django-psdb-engine issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/pycqa/isort: 5.13.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.13.0...5.13.2) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](https://github.com/PyCQA/flake8/compare/6.1.0...7.0.0)

* django-psdb-engine version: 1.0.6 * Python version: 3.11.2 * Operating System: OSX ### Description I just wanted to install the package, it raised some exceptions. ### What I Did ```...

* django-psdb-engine version: `1.0.6` * Python version: `3.9` * Operating System: `OSX Monterey` ### Description Turning off foreign key support in Django through ```python class DatabaseFeatures(MysqlBaseDatabaseFeatures): supports_foreign_keys = False ```...

updates: - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/7.1.0...7.1.1)